We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5efb87 commit ffc8dabCopy full SHA for ffc8dab
.github/workflows/publish.yml
@@ -102,5 +102,5 @@ jobs:
102
if: matrix.target == 'x86_64-pc-windows-msvc'
103
with:
104
allowUpdates: true
105
- artifacts: *.exe
+ artifacts: "*.exe"
106
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments