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.
1 parent 029a282 commit 4710d71Copy full SHA for 4710d71
.github/workflows/release.yml
@@ -53,4 +53,4 @@ jobs:
53
env:
54
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
55
run: |
56
- nuget push artifacts/*.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_API_KEY }}
+ nuget push artifacts\*.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_API_KEY }}
0 commit comments