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 eb3e914 + 4710d71 commit ffac942Copy full SHA for ffac942
.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