Skip to content

Commit

Permalink
pickup binaries directly
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Apr 19, 2023
1 parent 7f850a2 commit 455e486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
with:
path: ./dist
- run: gh release create --repo kalkspace/tuerschloss --generate-notes --title "Release ${{ github.ref_name }}" ${{ github.ref_name }} || true
- run: gh release upload --repo kalkspace/tuerschloss ${{ github.ref_name }} dist/*
- run: gh release upload --repo kalkspace/tuerschloss ${{ github.ref_name }} dist/**/*

0 comments on commit 455e486

Please sign in to comment.