Skip to content

Commit 6d4667e

Browse files
authored
Fix release CI job (#936)
Apparently `pattern: *` is not valid syntax. I think we can do without patterns because we want to publish all artifacts anyway.
1 parent 45a9041 commit 6d4667e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ jobs:
133133
- name: get assets
134134
uses: actions/download-artifact@v4
135135
with:
136-
pattern: *
137136
path: build
138137
merge-multiple: true
139138
- run: ls -R build

0 commit comments

Comments
 (0)