From 6d839dbb30f446b189efda92c9e0f4dbd2900b75 Mon Sep 17 00:00:00 2001 From: Blizzard Date: Tue, 23 Jun 2026 17:23:44 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20release.yml=20=E7=9A=84=20GOWORK=20?= =?UTF-8?q?=E5=8A=A0=E5=BC=95=E5=8F=B7=EF=BC=88=E8=A3=B8=20off=20=E8=A2=AB?= =?UTF-8?q?=20YAML=20=E8=A7=A3=E6=9E=90=E4=B8=BA=E5=B8=83=E5=B0=94?= =?UTF-8?q?=E8=87=B4=20workflow=20=E4=B8=8D=E8=A7=A6=E5=8F=91=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b280160..f6a32dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: - name: 构建桌面端(wails build;GOWORK=off 因 desktop 不在工作区) working-directory: sundynix-desktop env: - GOWORK: off + GOWORK: "off" # 必须加引号:YAML 裸 off 会被解析成布尔 false,使 workflow 校验不合法而不触发 run: wails build -clean -platform ${{ matrix.platform }} # macOS:.app 是目录,打包成 zip 才能作为单文件资产分发。