From 56c802c385a5fb310ae416b7cff0e3eb3cc70747 Mon Sep 17 00:00:00 2001 From: kevin Date: Tue, 7 Jul 2026 20:30:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A6=81=E7=94=A8=20MSYS=20=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E8=BD=AC=E6=8D=A2=E4=BF=AE=E5=A4=8D=20ISCC=20/D=20?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) 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