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:
154
154
matrix :
155
155
include :
156
156
- container : " rockylinux:8"
157
+ label : rocky8
157
158
extension_support : 0
158
159
variant_tag : " -noext"
159
160
- container : " rockylinux:8"
161
+ label : rocky8
160
162
extension_support : 1
161
163
variant_tag : " "
162
164
- container : " rockylinux:9"
165
+ label : rocky9
163
166
extension_support : 0
164
167
variant_tag : " -noext"
165
168
- container : " rockylinux:9"
169
+ label : rocky9
166
170
extension_support : 1
167
171
variant_tag : " "
168
172
steps :
@@ -218,7 +222,7 @@ jobs:
218
222
- name : Make artifact
219
223
uses : actions/upload-artifact@v4
220
224
with :
221
- name : " rocky ${{matrix.variant_tag}}"
225
+ name : " ${{matrix.label}} ${{matrix.variant_tag}}"
222
226
path : dist/*.tar.gz
223
227
retention-days : 30
224
228
@@ -271,6 +275,6 @@ jobs:
271
275
uses : battila7/get-version-action@v2
272
276
273
277
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/*'
275
279
repo-token : ${{ secrets.GITHUB_TOKEN }}
276
280
release-tag : ${{ steps.get_version.outputs.version }}
You can’t perform that action at this time.
0 commit comments