Skip to content

Commit 020f929

Browse files
authored
Update main.yaml
1 parent 8a42d2b commit 020f929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/download-artifact@v4
9292
with:
9393
path: artifacts
94-
pattern: *binaries.zip
94+
pattern: "*binaries.zip"
9595
merge-multiple: true
9696
- name: Create a Release
9797
uses: softprops/action-gh-release@v2
@@ -102,4 +102,4 @@ jobs:
102102
make_latest: true
103103
files:
104104
artifacts/*binaries.zip
105-
105+

0 commit comments

Comments
 (0)