File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
- name : Make artifacts
103
103
uses : actions/upload-artifact@v4
104
104
with :
105
- name : " ubuntu-focal{{matrix.variant_tag}}"
105
+ name : " ubuntu-focal$ {{matrix.variant_tag}}"
106
106
path : dist/*.tar.gz
107
107
retention-days : 30
108
108
@@ -139,7 +139,7 @@ jobs:
139
139
- name : Make artifact
140
140
uses : actions/upload-artifact@v4
141
141
with :
142
- name : " windows{{matrix.variant_tag}}"
142
+ name : " windows$ {{matrix.variant_tag}}"
143
143
path : dist/*.zip
144
144
retention-days : 30
145
145
@@ -271,6 +271,6 @@ jobs:
271
271
uses : battila7/get-version-action@v2
272
272
273
273
with :
274
- files : ' examples/*;ubuntu-jammy/*;ubuntu-focal/*;rocky/*'
274
+ files : ' examples/*;ubuntu-jammy/*;ubuntu-jammy-noext/*;ubuntu- focal/*;ubuntu-focal-noext/*; rocky/*;rocky-noext /*'
275
275
repo-token : ${{ secrets.GITHUB_TOKEN }}
276
276
release-tag : ${{ steps.get_version.outputs.version }}
You can’t perform that action at this time.
0 commit comments