Skip to content

Commit 66ee8bf

Browse files
committed
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>
1 parent 5b27fb9 commit 66ee8bf

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)