Skip to content

Commit ae647eb

Browse files
author
rodrigo.kmiecik
committed
changed origin2
1 parent 0035472 commit ae647eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
run: dotnet pack --configuration Release
3232

3333
- 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
34+
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

Comments
 (0)