Skip to content

Commit cfdbad0

Browse files
committed
Fix
1 parent 92028f9 commit cfdbad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ jobs:
310310
- name: 'Download artifact'
311311
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
312312
with:
313-
pattern: *-release-binary
313+
pattern: '*-release-binary'
314314

315315
- name: Upload Release
316316
shell: bash

0 commit comments

Comments
 (0)