File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -93,10 +93,10 @@ jobs:
9393 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
9494 restore-keys : |
9595 ${{ runner.os }}-maven-
96- - name : Tar GraalVM
96+ - name : Tar GraalVM JDK
9797 shell : bash
9898 run : tar -czvhf graalvm.tgz -C $(dirname ${GRAALVM_HOME}) $(basename ${GRAALVM_HOME})
99- - name : Persist GraalVM build
99+ - name : Persist GraalVM JDK build
100100 uses : actions/upload-artifact@v4
101101 with :
102102 name : graalvm
@@ -133,13 +133,13 @@ jobs:
133133 fail-fast : false
134134 matrix : ${{ fromJson(needs.build-quarkus-and-graalvm.outputs.matrix) }}
135135 steps :
136- - name : Download GraalVM build
136+ - name : Download GraalVM JDK build
137137 if : startsWith(matrix.os-name, 'ubuntu')
138138 uses : actions/download-artifact@v4
139139 with :
140140 name : graalvm
141141 path : .
142- - name : Extract GraalVM build
142+ - name : Extract GraalVM JDK build
143143 if : startsWith(matrix.os-name, 'ubuntu')
144144 shell : bash
145145 run : tar -xzvf graalvm.tgz -C $(dirname ${GRAALVM_HOME})
You can’t perform that action at this time.
0 commit comments