Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit fd80862

Browse files
committed
fix(release): downloading artifacts
1 parent e586ea9 commit fd80862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/download-artifact@v4
6464
with:
6565
merge-multiple: true
66-
name: release-*
66+
pattern: release-*
6767
path: upload
6868

6969
- name: Publish release

0 commit comments

Comments
 (0)