File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 55
55
restore-keys : |
56
56
${{ runner.os }}-${{ runner.arch }}-
57
57
${{ runner.os }}-
58
- - name : " Maven Build (JIT) "
58
+ - name : " Maven Build"
59
59
uses : " ./.github/actions/maven-build"
60
60
with :
61
61
BUILD_REVISION : " ${{ needs.set_variables.outputs.build_version }}"
67
67
path : " target/mcw.jar"
68
68
69
69
publish_hotspot :
70
+ name : " Publish (HotSpot)"
70
71
needs : [ "set_variables", "build_hotspot" ]
71
72
uses : " ./.github/workflows/publish.yml"
72
73
with :
95
96
restore-keys : |
96
97
${{ runner.os }}-${{ runner.arch }}-
97
98
${{ runner.os }}-
98
- - name : " Maven Build (AOT) "
99
+ - name : " Maven Build"
99
100
uses : " ./.github/actions/maven-build"
100
101
with :
101
102
BUILD_REVISION : " ${{ needs.set_variables.outputs.build_version }}"
@@ -107,6 +108,7 @@ jobs:
107
108
path : " target/mcw"
108
109
109
110
publish_graal :
111
+ name : " Publish (GraalVM)"
110
112
needs : [ "set_variables", "build_graal" ]
111
113
uses : " ./.github/workflows/publish.yml"
112
114
with :
Original file line number Diff line number Diff line change 20
20
type : string
21
21
required : true
22
22
23
- name : " Publish (${{ inputs.DOCKER_TARGET }})"
24
-
23
+ name : " Publish"
25
24
concurrency :
26
25
group : " ${{ inputs.DOCKER_TAG_CANONICAL }}-${{ inputs.DOCKER_TARGET }}"
27
26
You can’t perform that action at this time.
0 commit comments