Skip to content

Commit

Permalink
wip: debug commands
Browse files Browse the repository at this point in the history
  • Loading branch information
64J0 committed May 12, 2024
1 parent 7db8803 commit 5980036
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish

on:
push:
release:
types:
- published
Expand Down Expand Up @@ -60,7 +61,7 @@ jobs:
prerelease:
name: Publish a pre-release version
needs: build
if: github.event.release.prerelease == true
# if: github.event.release.prerelease == true
runs-on: ubuntu-latest
steps:
- name: Download Artifact
Expand All @@ -69,8 +70,11 @@ jobs:
name: nupkg
- name: Push to GitHub Feed
run: |
ls -lr ./nupkg/
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 5980036

Please sign in to comment.