diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 905403e..a1c5d54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,3 +36,8 @@ jobs: - name: Run timeitsharp engine sample run: ./TimeItSharp.FluentConfiguration.Sample working-directory: test/TimeItSharp.FluentConfiguration.Sample/bin/Debug/net7.0 + + - uses: actions/upload-artifact@v3 + with: + name: Nugets + path: **/*.nupkg \ No newline at end of file