Skip to content

Commit 4f255c7

Browse files
better artifact names
1 parent 3757355 commit 4f255c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
- name: Upload Python wheels
171171
uses: actions/upload-artifact@v4
172172
with:
173-
name: python-wheels-${{ matrix.os }}-${{ matrix.arch }}
173+
name: python-wheels-${{ runner.os }}-${{ matrix.arch }}
174174
path: python/wheelhouse
175175

176176

@@ -199,7 +199,7 @@ jobs:
199199
- name: Download Python wheels
200200
uses: actions/download-artifact@v4
201201
with:
202-
pattern: python-wheels-${{ matrix.os }}-*
202+
pattern: python-wheels-${{ runner.os }}-*
203203
merge-multiple: true
204204
path: .
205205

@@ -313,7 +313,7 @@ jobs:
313313
- name: Download CTranslate2 wheels
314314
uses: actions/download-artifact@v4
315315
with:
316-
pattern: python-wheels-*
316+
pattern: python-wheels-${{ runner.os }}-*
317317
merge-multiple: true
318318
path: .
319319

0 commit comments

Comments
 (0)