Skip to content

Commit 5d6c1e7

Browse files
committed
Update glob
1 parent dd38d81 commit 5d6c1e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: startsWith(github.ref, 'refs/tags/')
3535
with:
3636
repo_token: ${{ secrets.GITHUB_TOKEN }}
37-
file: 'dist\*.zip'
37+
file: dist/*.zip
3838
file_glob: true
3939
tag: ${{ github.ref }}
4040
overwrite: true

0 commit comments

Comments
 (0)