Skip to content

Commit

Permalink
Changed action to push to correct source
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebaltieri committed Feb 15, 2021
1 parent 069d472 commit 6f1cf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: dotnet pack --configuration Release

- name: Publish
run: dotnet nuget push "Flunt/bin/Release/*.nupkg" -k ${{ secrets.NUGET_TOKEN }} -s https://nuget.pkg.github.com/MintPlayer/index.json
run: dotnet nuget push "Flunt/bin/Release/*.nupkg" -k ${{ secrets.NUGET_TOKEN }} -s https://nuget.pkg.github.com/flunt/index.json

0 comments on commit 6f1cf4b

Please sign in to comment.