Skip to content

Commit

Permalink
Changed action to include source
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebaltieri committed Feb 15, 2021
1 parent 614dcf0 commit 069d472
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 }}
run: dotnet nuget push "Flunt/bin/Release/*.nupkg" -k ${{ secrets.NUGET_TOKEN }} -s https://nuget.pkg.github.com/MintPlayer/index.json

0 comments on commit 069d472

Please sign in to comment.