Skip to content

Commit 99ae294

Browse files
committed
ensure we call bash on windows when calling gh upload
1 parent e6bae52 commit 99ae294

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
@@ -61,3 +61,4 @@ jobs:
6161
env:
6262
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363
run: gh release upload ${{ github.ref_name }} .artifacts/publish/docs-builder/release/*.zip
64+
shell: bash

0 commit comments

Comments
 (0)