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 efce0c7 commit a0e97feCopy full SHA for a0e97fe
.github/workflows/build.yml
@@ -92,7 +92,7 @@ jobs:
92
93
- name: Push to nuget.org
94
if: contains(github.ref, 'refs/tags/')
95
- run: dotnet nuget push "packages/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
+ run: dotnet nuget push packages\*.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
96
97
- name: Upload Artifacts
98
uses: actions/upload-artifact@v2
0 commit comments