Skip to content

Commit c0fd0ad

Browse files
committed
Artifacts
1 parent 9c1660f commit c0fd0ad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/dist.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
101101
- uses: actions/upload-artifact@v4
102102
with:
103-
name: "pypi-other-${{ runner.os }}"
103+
name: "pypi-other-${{ runner.os }}-${{ runner.arch }}"
104104
path: dist
105105

106106
#
@@ -132,7 +132,7 @@ jobs:
132132

133133
- uses: actions/download-artifact@v4
134134
with:
135-
name: "pypi-other-${{ runner.os }}"
135+
name: "pypi-other-${{ runner.os }}-${{ runner.arch }}"
136136
path: dist-other
137137

138138
#
@@ -172,7 +172,7 @@ jobs:
172172

173173
- uses: actions/upload-artifact@v4
174174
with:
175-
name: "pypi-${{ runner.os }}-${{ matrix.python_version }}"
175+
name: "pypi-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python_version }}"
176176
path: dist
177177

178178
build-arm:
@@ -197,7 +197,7 @@ jobs:
197197

198198
- uses: actions/download-artifact@v4
199199
with:
200-
name: "pypi-other-${{ runner.os }}"
200+
name: "pypi-other-${{ runner.os }}-${{ runner.arch }}"
201201
path: dist-other
202202

203203
#
@@ -233,7 +233,7 @@ jobs:
233233

234234
- uses: actions/upload-artifact@v4
235235
with:
236-
name: "pypi-${{ runner.os }}-arm-${{ matrix.python_version }}"
236+
name: "pypi-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python_version }}"
237237
path: dist
238238

239239
#

0 commit comments

Comments
 (0)