There was an error while loading. Please reload this page.
2 parents ecae6d4 + b80f2d2 commit 4fb7485Copy full SHA for 4fb7485
1 file changed
.github/workflows/release.yml
@@ -26,4 +26,4 @@ jobs:
26
- name: push
27
env:
28
API_KEY: ${{steps.nuget-login.outputs.NUGET_API_KEY}}
29
- run: dotnet nuget push ./**/*.nupkg --api-key "$API_KEY" --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push ./**/Release/*.nupkg --api-key "$API_KEY" --source https://api.nuget.org/v3/index.json
0 commit comments