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:
102102 - name : Make artifacts
103103 uses : actions/upload-artifact@v4
104104 with :
105- name : " ubuntu-focal{{matrix.variant_tag}}"
105+ name : " ubuntu-focal$ {{matrix.variant_tag}}"
106106 path : dist/*.tar.gz
107107 retention-days : 30
108108
@@ -139,7 +139,7 @@ jobs:
139139 - name : Make artifact
140140 uses : actions/upload-artifact@v4
141141 with :
142- name : " windows{{matrix.variant_tag}}"
142+ name : " windows$ {{matrix.variant_tag}}"
143143 path : dist/*.zip
144144 retention-days : 30
145145
@@ -271,6 +271,6 @@ jobs:
271271 uses : battila7/get-version-action@v2
272272273273 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 /*'
275275 repo-token : ${{ secrets.GITHUB_TOKEN }}
276276 release-tag : ${{ steps.get_version.outputs.version }}
You can’t perform that action at this time.
0 commit comments