Skip to content

Commit

Permalink
Publish NuGet packages with symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrzajac committed Oct 13, 2023
1 parent 4bf71fe commit 945b9b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: packages
path: ./src/**/*.nupkg
path: |
./src/**/*.nupkg
./src/**/*.snupkg
publish:
runs-on: ubuntu-latest
timeout-minutes: 15
Expand Down

0 comments on commit 945b9b2

Please sign in to comment.