Skip to content

Commit a0e97fe

Browse files
Fixed push command for nuget.org
1 parent efce0c7 commit a0e97fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Push to nuget.org
9494
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
95+
run: dotnet nuget push packages\*.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
9696

9797
- name: Upload Artifacts
9898
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)