Skip to content

Commit fbffcad

Browse files
committed
fix(ci): add shell: bash to release upload step for Windows compat
1 parent de024ae commit fbffcad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
"${{ matrix.asset_name }}"
126126
127127
- name: Upload release asset
128+
shell: bash
128129
env:
129130
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
130131
run: |

0 commit comments

Comments
 (0)