Skip to content

Commit 93527ba

Browse files
committed
Need to use bash
1 parent dd96f1d commit 93527ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ jobs:
167167
env:
168168
GH_TOKEN: ${{ github.token }}
169169
GH_REPO: ${{ github.repository }}
170+
shell: bash
170171
run: |
171172
gh release upload "${{ needs.release.outputs.tag }}" "jruby-head-${{ steps.platform.outputs.platform }}.tar.gz"
172173
if [ "${{ steps.platform.outputs.old_platform }}" != "${{ steps.platform.outputs.platform }}" ]; then

0 commit comments

Comments
 (0)