File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 53
53
- name : Make artifacts
54
54
uses : actions/upload-artifact@v4
55
55
with :
56
- name : ubuntu-jammy
57
- path : dist/*.tar.gz
58
- retention-days : 30
56
+ name : " ubuntu-jammy${{matrix.variant_tag}} "
57
+ path : dist/*.tar.gz
58
+ retention-days : 30
59
59
60
60
ubuntu-focal :
61
61
runs-on : ubuntu-20.04
@@ -102,7 +102,7 @@ jobs:
102
102
- name : Make artifacts
103
103
uses : actions/upload-artifact@v4
104
104
with :
105
- name : ubuntu-focal
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
142
+ name : " windows{{matrix.variant_tag}} "
143
143
path : dist/*.zip
144
144
retention-days : 30
145
145
@@ -218,7 +218,7 @@ jobs:
218
218
- name : Make artifact
219
219
uses : actions/upload-artifact@v4
220
220
with :
221
- name : rocky
221
+ name : " rocky${{matrix.variant_tag}} "
222
222
path : dist/*.tar.gz
223
223
retention-days : 30
224
224
You can’t perform that action at this time.
0 commit comments