We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e681c5 + 0c8dcbb commit 1678a82Copy full SHA for 1678a82
.github/workflows/release.yml
@@ -23,4 +23,4 @@ jobs:
23
SOURCE: ${{ secrets.NUGET_PUSH_SOURCE }}
24
API_KEY: ${{ secrets.NUGET_PUSH_API_KEY }}
25
if: env.SOURCE != '' || env.API_KEY != ''
26
- run: dotnet nuget push ./**/*.nupkg --source "$SOURCE" --api-key "$API_KEY"
+ run: dotnet nuget push ./**/Release/*.nupkg --source "$SOURCE" --api-key "$API_KEY"
0 commit comments