fix(ci): release.yml 的 GOWORK 加引号(裸 off 被 YAML 解析为布尔致 workflow 不触发)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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 才能作为单文件资产分发。
|
||||
|
||||
Reference in New Issue
Block a user