diff --git a/.github/workflows/nuget_publish.yml b/.github/workflows/nuget_publish.yml index 2a9d42d..08b1973 100644 --- a/.github/workflows/nuget_publish.yml +++ b/.github/workflows/nuget_publish.yml @@ -31,3 +31,4 @@ jobs: dotnet build -c Release dotnet pack -c Release dotnet nuget push bin/Release/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_DEPLOY }} + dotnet nuget push bin/Release/*.snupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_DEPLOY }}