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 2f87df6 commit cc3aa89Copy full SHA for cc3aa89
.github/workflows/cd.yml
@@ -40,4 +40,4 @@ jobs:
40
41
# Publish to NuGet
42
- name: Publish to NuGet
43
- run: dotnet nuget push ./output/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push .\output\*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
0 commit comments