File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -154,15 +154,19 @@ jobs:
154154 matrix :
155155 include :
156156 - container : " rockylinux:8"
157+ label : rocky8
157158 extension_support : 0
158159 variant_tag : " -noext"
159160 - container : " rockylinux:8"
161+ label : rocky8
160162 extension_support : 1
161163 variant_tag : " "
162164 - container : " rockylinux:9"
165+ label : rocky9
163166 extension_support : 0
164167 variant_tag : " -noext"
165168 - container : " rockylinux:9"
169+ label : rocky9
166170 extension_support : 1
167171 variant_tag : " "
168172 steps :
@@ -218,7 +222,7 @@ jobs:
218222 - name : Make artifact
219223 uses : actions/upload-artifact@v4
220224 with :
221- name : " rocky ${{matrix.variant_tag}}"
225+ name : " ${{matrix.label}} ${{matrix.variant_tag}}"
222226 path : dist/*.tar.gz
223227 retention-days : 30
224228
@@ -271,6 +275,6 @@ jobs:
271275 uses : battila7/get-version-action@v2
272276273277 with :
274- files : ' examples/*;examples-tar/*;ubuntu-jammy/*;ubuntu-jammy-noext/*;ubuntu-focal/*;ubuntu-focal-noext/*;rocky /*;rocky -noext/*'
278+ files : ' examples/*;examples-tar/*;ubuntu-jammy/*;ubuntu-jammy-noext/*;ubuntu-focal/*;ubuntu-focal-noext/*;rocky8 /*;rocky8-noext/*;rocky9/*;rocky9 -noext/*'
275279 repo-token : ${{ secrets.GITHUB_TOKEN }}
276280 release-tag : ${{ steps.get_version.outputs.version }}
You can’t perform that action at this time.
0 commit comments