Skip to content

Commit 7ebffbd

Browse files
committed
added symbol push
1 parent 3160288 commit 7ebffbd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/nuget_publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +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 }}

0 commit comments

Comments
 (0)