diff --git a/.github/workflows/publish-windows.yml b/.github/workflows/publish-windows.yml index b9737f55..7c0cacd0 100644 --- a/.github/workflows/publish-windows.yml +++ b/.github/workflows/publish-windows.yml @@ -53,7 +53,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: dist\*.exe + file: dist/*.exe file_glob: true tag: ${{ github.ref }} overwrite: true