We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c4d00 commit f8c4acdCopy full SHA for f8c4acd
.github/workflows/release.yml
@@ -114,11 +114,13 @@ jobs:
114
-o ./publish
115
116
- name: 📦 Zip Binary
117
+ shell: bash
118
run: |
119
cd publish
120
zip ../fusion-${{ matrix.rid }}.zip fusion${{ matrix.ext }}
121
122
- name: 📤 Upload Zipped AOT Binary
123
124
125
gh release upload ${{ github.ref_name }} fusion-${{ matrix.rid }}.zip --repo ${{ github.repository }}
126
env:
0 commit comments