Skip to content

Commit 2cd5034

Browse files
committed
Align names in Quarkus workflow.
1 parent fe812b3 commit 2cd5034

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/quarkus.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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})

0 commit comments

Comments
 (0)