Skip to content

Commit

Permalink
Another attempt at fixing the Windows release process
Browse files Browse the repository at this point in the history
  • Loading branch information
sedwards2009 committed Feb 24, 2024
1 parent b72504e commit 28fc93e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ 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}}" (get-item ./tmp-jam-pack-nodegui/jam-pack-nodegui-work/*.exe)
gh release upload "${{github.ref_name}}" (get-item ./tmp-jam-pack-nodegui/jam-pack-nodegui-work/*.zip)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 28fc93e

Please sign in to comment.