Skip to content

Commit

Permalink
Dereference symbolic links when persisting GraalVM.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Mar 4, 2024
1 parent a2f8f22 commit 0c8384d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quarkus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
${{ runner.os }}-maven-
- name: Tar GraalVM
shell: bash
run: tar -czvf graalvm.tgz -C $(dirname ${GRAALVM_HOME}) $(basename ${GRAALVM_HOME})
run: tar -czvhf graalvm.tgz -C $(dirname ${GRAALVM_HOME}) $(basename ${GRAALVM_HOME})
- name: Persist GraalVM build
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0c8384d

Please sign in to comment.