Skip to content

Commit e8658af

Browse files
legendecasaduh95
authored andcommitted
build: merge multiple on download artifact
When there are multiple artifacts, `actions/download-artifact` creates subdirectories for each artifact, and results in incorrect folder structure assumptions in later steps. Signed-off-by: Chengzhong Wu <cwu631@bloomberg.net> PR-URL: #64633 Fixes: #64554 Refs: https://github.com/actions/download-artifact#download-all-artifacts Refs: https://github.com/nodejs/node/actions/runs/29768247349/job/88454933457?pr=64565#step:2:24 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
1 parent 4548969 commit e8658af

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-shared.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
4040
with:
4141
path: tarballs
42+
pattern: '*.tar.gz'
43+
merge-multiple: true
4244

4345
- name: Extract tarball
4446
shell: bash

0 commit comments

Comments
 (0)