From e3d802ed646967168a3c45d558571c562378ff1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=9B=BD=E9=94=8B?= <18508478357@163.com> Date: Mon, 2 Feb 2026 14:51:02 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci(workflow):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=8F=91=E5=B8=83=E6=B5=81=E7=A8=8B=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E5=B9=B6=E4=BC=98=E5=8C=96=E6=9E=84=E5=BB=BA=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 禁用 fail-fast 策略,确保多平台构建互不干扰 - 为 go install 增加 -v 参数以输出详细日志 - 修复 DataGrid 组件中未解构 handleExportSelected 导致的编译错误 --- .github/workflows/release.yml | 3 ++- frontend/src/components/DataGrid.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ddb9813..e6dc8f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,7 @@ jobs: name: Build ${{ matrix.platform }} runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: include: - os: macos-latest @@ -41,7 +42,7 @@ jobs: node-version: '20' - name: Install Wails - run: go install github.com/wailsapp/wails/v2/cmd/wails@latest + run: go install -v github.com/wailsapp/wails/v2/cmd/wails@latest - name: Build shell: bash diff --git a/frontend/src/components/DataGrid.tsx b/frontend/src/components/DataGrid.tsx index 1ae9c64..80d9433 100644 --- a/frontend/src/components/DataGrid.tsx +++ b/frontend/src/components/DataGrid.tsx @@ -139,7 +139,7 @@ const ContextMenuRow = React.memo(({ children, ...props }: any) => { if (!record || !context) return