Skip to content

Commit 4cdb082

Browse files
committed
chore(ci): fix directory structure in download-artifact
1 parent 14e9bed commit 4cdb082

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/packagist.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
- uses: actions/download-artifact@v4
5757
with:
5858
path: lib/
59+
pattern: lib-*
60+
merge-multiple: true
5961

6062
- run: |
6163
ls lib/

0 commit comments

Comments
 (0)