We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f925ad commit e9bd79fCopy full SHA for e9bd79f
1 file changed
.github/workflows/publish.yml
@@ -28,4 +28,4 @@ jobs:
28
run: dotnet pack --configuration Release --no-build
29
30
- name: Publish to NuGet
31
- run: dotnet nuget push "**/bin/Release/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source "https://api.nuget.org/v3/index.json"
+ run: dotnet nuget push "SetSharp/bin/Release/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source "https://api.nuget.org/v3/index.json"
0 commit comments