Skip to content

Commit

Permalink
Let's try rynowak/opulence#4 as a workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowFoxNixill committed Jan 13, 2020
1 parent c628bb6 commit 635f2f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
- name: Push to github packages
run: |
cd CS-NixLib
dotnet nuget push ./out/*.nupkg -s github
for f in ./out/*.nupkg
do
curl -vX PUT -u "ShadowFoxNixill:${{ secrets.GITHUB_TOKEN }}" -F package=@$f https://nuget.pkg.github.com/ShadowFoxNixill
done
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 635f2f1

Please sign in to comment.