Skip to content

Commit

Permalink
Try to fix the release process on GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sedwards2009 committed Feb 24, 2024
1 parent e7f9182 commit b72504e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ jobs:
- name: Upload to GH release
if: startsWith(github.ref, 'refs/tags/')
run: |
gh release upload "${{github.ref_name}}" \
./tmp-jam-pack-nodegui/jam-pack-nodegui-work/*.zip
gh release upload "${{github.ref_name}}" ./tmp-jam-pack-nodegui/jam-pack-nodegui-work/*.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit b72504e

Please sign in to comment.