Skip to content

Commit a95f655

Browse files
committed
Fix Ci
1 parent 6ab88ea commit a95f655

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444

4545
- name: Push to Nuget
4646
run: |
47-
dotnet nuget push ./Output/Package/*.{nupkg,snupkg} -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGETKEY }}
47+
dotnet nuget push ./Output/Package/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGETKEY }}

0 commit comments

Comments
 (0)