We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab88ea commit a95f655Copy full SHA for a95f655
1 file changed
.github/workflows/main.yml
@@ -44,4 +44,4 @@ jobs:
44
45
- name: Push to Nuget
46
run: |
47
- dotnet nuget push ./Output/Package/*.{nupkg,snupkg} -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGETKEY }}
+ dotnet nuget push ./Output/Package/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGETKEY }}
0 commit comments