Skip to content

Commit 4ef2520

Browse files
committed
CI: use merge-multiple to ensure downloaded artifacts are in one dir
(cherry picked from commit a8afeac)
1 parent d67b76a commit 4ef2520

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ jobs:
235235
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
236236
with:
237237
path: dist
238+
merge-multiple: true
238239

239240
- name: Remove wasm wheels
240241
run: |
@@ -296,6 +297,7 @@ jobs:
296297
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
297298
with:
298299
path: dist
300+
merge-multiple: true
299301

300302
- name: Remove wasm wheels
301303
run: |

0 commit comments

Comments
 (0)