Skip to content

Commit

Permalink
Fix publishing nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
ermshiperete committed Aug 4, 2022
1 parent ae279d8 commit 544c994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jobs:
path: artifacts

- name: Publish to Nuget
run: dotnet nuget push artifacts/*.*nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.SILLSDEV_PUBLISH_NUGET_ORG}} --skip-duplicate
run: dotnet nuget push artifacts/**/*.*nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.SILLSDEV_PUBLISH_NUGET_ORG}} --skip-duplicate

0 comments on commit 544c994

Please sign in to comment.