Skip to content

Commit

Permalink
Do not run scripts/generate-os-packages.sh in CI for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed May 2, 2024
1 parent 730280c commit f9fca12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,15 @@ jobs:
- run: .github/scripts/maybe-with-graalvm-home.sh nativeTests
shell: bash
- name: Copy artifacts
if: matrix.OS != 'macos-latest'
run: .github/scripts/maybe-with-graalvm-home.sh copyLauncher artifacts/
shell: bash
- name: Build OS packages
if: matrix.OS != 'macos-latest'
run: .github/scripts/generate-os-packages.sh
shell: bash
- uses: actions/upload-artifact@v3
if: matrix.OS != 'macos-latest'
with:
name: launchers
path: artifacts/
Expand Down

0 comments on commit f9fca12

Please sign in to comment.