Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
Update Publish with ./nupkgs/*.*nupkg to include both nuget and symbols.
  • Loading branch information
khalidabuhakmeh authored Aug 16, 2023
1 parent 31fc07b commit ddac164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Pack
run: dotnet pack -c Release -o ./nupkgs --no-build
- name: Publish
run: dotnet nuget push ./nupkgs/*.nupkg --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate -s https://api.nuget.org/v3/index.json
run: dotnet nuget push ./nupkgs/*.*nupkg --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate -s https://api.nuget.org/v3/index.json

0 comments on commit ddac164

Please sign in to comment.