Skip to content

Commit 0de7e50

Browse files
committed
Update publish.yml
1 parent 62bc031 commit 0de7e50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ jobs:
6060

6161
- uses: actions/download-artifact@v4
6262
with:
63-
pattern: artifact-*
6463
path: dist
64+
pattern: artifact-*
65+
merge-multiple: true
6566

6667
- name: Install dependencies
6768
run: |

0 commit comments

Comments
 (0)