Skip to content

Commit be43c18

Browse files
committed
Use merge-multiple when downloading artifacts
1 parent 9ac0429 commit be43c18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
steps:
4848
- name: Download artifact
4949
uses: actions/download-artifact@v4
50+
with:
51+
merge-multiple: true
5052

5153
- name: Tag release
5254
id: tag_release

0 commit comments

Comments
 (0)