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 dd96f1d commit 93527baCopy full SHA for 93527ba
.github/workflows/build.yml
@@ -167,6 +167,7 @@ jobs:
167
env:
168
GH_TOKEN: ${{ github.token }}
169
GH_REPO: ${{ github.repository }}
170
+ shell: bash
171
run: |
172
gh release upload "${{ needs.release.outputs.tag }}" "jruby-head-${{ steps.platform.outputs.platform }}.tar.gz"
173
if [ "${{ steps.platform.outputs.old_platform }}" != "${{ steps.platform.outputs.platform }}" ]; then
0 commit comments