Skip to content

Commit cd980de

Browse files
committed
unique artifact names
1 parent 0b8473f commit cd980de

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/package.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
- name: Make artifacts
5454
uses: actions/upload-artifact@v4
5555
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
5959

6060
ubuntu-focal:
6161
runs-on: ubuntu-20.04
@@ -102,7 +102,7 @@ jobs:
102102
- name: Make artifacts
103103
uses: actions/upload-artifact@v4
104104
with:
105-
name: ubuntu-focal
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
142+
name: "windows{{matrix.variant_tag}}"
143143
path: dist/*.zip
144144
retention-days: 30
145145

@@ -218,7 +218,7 @@ jobs:
218218
- name: Make artifact
219219
uses: actions/upload-artifact@v4
220220
with:
221-
name: rocky
221+
name: "rocky${{matrix.variant_tag}}"
222222
path: dist/*.tar.gz
223223
retention-days: 30
224224

0 commit comments

Comments
 (0)