Skip to content

Commit

Permalink
Hotfix pre-release workflow (#595)
Browse files Browse the repository at this point in the history
* wip: debug commands

* wip: add path to the download action

* fix: publish pre-release workflow
  • Loading branch information
64J0 committed May 12, 2024
1 parent 7db8803 commit 3a921e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,12 @@ jobs:
uses: actions/download-artifact@v4
with:
name: nupkg
path: ./nupkg
- name: Push to GitHub Feed
run: |
for f in ./nupkg/*.nupkg
do
echo $f
curl -vX PUT -u "$GITHUB_USER:$GITHUB_TOKEN" -F package=@$f $GITHUB_FEED
done
Expand Down

0 comments on commit 3a921e4

Please sign in to comment.