We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd38d81 commit 5d6c1e7Copy full SHA for 5d6c1e7
1 file changed
.github/workflows/publish-windows.yml
@@ -34,7 +34,7 @@ jobs:
34
if: startsWith(github.ref, 'refs/tags/')
35
with:
36
repo_token: ${{ secrets.GITHUB_TOKEN }}
37
- file: 'dist\*.zip'
+ file: dist/*.zip
38
file_glob: true
39
tag: ${{ github.ref }}
40
overwrite: true
0 commit comments