Skip to content

Commit

Permalink
Upload bundles from Linux cross compile workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mpfaff committed May 14, 2024
1 parent c1efe33 commit 5503ed9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-cross-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,9 @@ jobs:
make-target: 'hotspot ${{ inputs.make-arguments }}'
platform: linux-${{ matrix.target-cpu }}
if: steps.create-sysroot.outcome == 'success' || steps.get-cached-sysroot.outputs.cache-hit == 'true'

- name: 'Upload bundles'
uses: ./.github/actions/upload-bundles
with:
platform: linux-${{ matrix.target-cpu }}
if: steps.create-sysroot.outcome == 'success' || steps.get-cached-sysroot.outputs.cache-hit == 'true'

0 comments on commit 5503ed9

Please sign in to comment.