We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0035472 commit ae647ebCopy full SHA for ae647eb
1 file changed
.github/workflows/main.yml
@@ -31,4 +31,4 @@ jobs:
31
run: dotnet pack --configuration Release
32
33
- name: Publish to NuGet.org
34
- run: dotnet nuget push "src/Http-Gossip/bin/Release/*.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
+ run: dotnet nuget push "src/HttpGossip/bin/Release/*.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
0 commit comments