Skip to content

Commit 7d07698

Browse files
committed
nuget package workflow fixes
1 parent 12edcf1 commit 7d07698

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nuget_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
dotnet build -c Release
3232
dotnet pack -c Release
3333
dotnet nuget push bin/Release/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_DEPLOY }}
34-
dotnet nuget push bin/Release/*.snupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_DEPLOY }}
34+

0 commit comments

Comments
 (0)