diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5364f017..38cc6d73 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}