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 c91aec4 commit 1da16dcCopy full SHA for 1da16dc
.github/workflows/build.yml
@@ -252,6 +252,7 @@ jobs:
252
echo "platform=$platform" >> $GITHUB_OUTPUT
253
- name: Download binaries from previous release
254
run: gh release download "${{ needs.prepare.outputs.previous_release }}" --pattern "ruby-${{ matrix.name }}-${{ steps.platform.outputs.platform }}.tar.gz"
255
+ if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.skip_slow == 'true' }}
256
- name: Re-upload Binaries
257
run: gh release upload "${{ needs.release.outputs.tag }}" "ruby-${{ matrix.name }}-${{ steps.platform.outputs.platform }}.tar.gz"
258
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.skip_slow == 'true' }}
0 commit comments