Skip to content

Commit

Permalink
Add symbol packages to release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
g7ed6e committed Sep 14, 2022
1 parent 3b21678 commit 71a872d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-packages-to-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: packages
path: output/*.nupkg
path: |
output/*.nupkg
output/*.snupkg

0 comments on commit 71a872d

Please sign in to comment.