diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 999ac78..b190c52 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,6 +86,8 @@ jobs: - name: Build installer shell: bash + env: + MSYS_NO_PATHCONV: '1' run: make installer-windows SEMVER=${{ steps.ver.outputs.version }} MINGW_CC=gcc SHELL=bash - name: Upload artifact