File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170
170
- name : Upload Python wheels
171
171
uses : actions/upload-artifact@v4
172
172
with :
173
- name : python-wheels-${{ matrix .os }}-${{ matrix.arch }}
173
+ name : python-wheels-${{ runner .os }}-${{ matrix.arch }}
174
174
path : python/wheelhouse
175
175
176
176
@@ -199,7 +199,7 @@ jobs:
199
199
- name : Download Python wheels
200
200
uses : actions/download-artifact@v4
201
201
with :
202
- pattern : python-wheels-${{ matrix .os }}-*
202
+ pattern : python-wheels-${{ runner .os }}-*
203
203
merge-multiple : true
204
204
path : .
205
205
@@ -313,7 +313,7 @@ jobs:
313
313
- name : Download CTranslate2 wheels
314
314
uses : actions/download-artifact@v4
315
315
with :
316
- pattern : python-wheels-*
316
+ pattern : python-wheels-${{ runner.os }}- *
317
317
merge-multiple : true
318
318
path : .
319
319
You can’t perform that action at this time.
0 commit comments