Skip to content

Commit ffc8dab

Browse files
authored
Update publish.yml
1 parent f5efb87 commit ffc8dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,5 @@ jobs:
102102
if: matrix.target == 'x86_64-pc-windows-msvc'
103103
with:
104104
allowUpdates: true
105-
artifacts: *.exe
105+
artifacts: "*.exe"
106106
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)