Skip to content

Commit f8c4acd

Browse files
committed
Force bash usage on windows builds
1 parent 01c4d00 commit f8c4acd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,13 @@ jobs:
114114
-o ./publish
115115
116116
- name: 📦 Zip Binary
117+
shell: bash
117118
run: |
118119
cd publish
119120
zip ../fusion-${{ matrix.rid }}.zip fusion${{ matrix.ext }}
120121
121122
- name: 📤 Upload Zipped AOT Binary
123+
shell: bash
122124
run: |
123125
gh release upload ${{ github.ref_name }} fusion-${{ matrix.rid }}.zip --repo ${{ github.repository }}
124126
env:

0 commit comments

Comments
 (0)