Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowFoxNixill committed Jan 6, 2020
1 parent 055e45f commit 72a226b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,9 @@ jobs:
asset_path: ./CS-NixLib/out/CS-NixLib.${{ github.event.release.tag_name }}.nupkg
asset_name: CS-NixLib.${{ github.event.release.tag_name }}.nupkg
asset_content_type: application/zip
- name: Add github packages source
- name: Push to github packages
run: |
nuget sources add -name "GPR" -Source https://nuget.pkg.github.com/shadowfoxnixill/index.json -Username ShadowFoxNixill -Password ${{ secrets.GITHUB_TOKEN }}
cd CS-NixLib
dotnet nuget push ./out/*.nupkg -s github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Push to github packages
run: |
dotnet nuget push CS-NixLib/out/*.nupkg -s GPR

0 comments on commit 72a226b

Please sign in to comment.