Skip to content

Commit c3d5cee

Browse files
Quote CD artifacts name pattern (#25)
Signed-off-by: Michel Hidalgo <[email protected]>
1 parent aab952c commit c3d5cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
uses: actions/download-artifact@v4
143143
with:
144144
# With no `name` specified all artifacts for the run are downloaded.
145-
pattern: *-bundle-artifact
145+
pattern: '*-bundle-artifact'
146146
merge-multiple: true
147147
- name: Release bundles to Github
148148
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)