Skip to content

Commit a2751db

Browse files
Update nuget package pushing
1 parent 8805b8d commit a2751db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
- name: Publish
3333
env:
3434
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
35-
run: dotnet nuget push *.nupkg -s https://api.nuget.org/v3/index.json -k $NUGET_API_KEY --skip-duplicate -n 1
35+
run: dotnet nuget push "*.nupkg" -s https://api.nuget.org/v3/index.json -k $NUGET_API_KEY --skip-duplicate

0 commit comments

Comments
 (0)