Skip to content

Commit 1317f9d

Browse files
committed
Fix download-artifact usage
1 parent b34d8bd commit 1317f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136

137137
- uses: actions/download-artifact@v4
138138
with:
139-
name: dist-*
139+
pattern: dist-*
140140
merge-multiple: true
141141
path: dist/
142142

0 commit comments

Comments
 (0)