From 0aceb1fd74c76fe9a531f27f2743ecea7b49504b Mon Sep 17 00:00:00 2001 From: Cheng Zhou Date: Thu, 9 Jul 2026 10:16:18 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E9=81=BF=E5=85=8D=20Windows=20=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E5=99=A8=E6=9E=84=E5=BB=BA=E4=BA=A4=E4=BA=92=E7=AD=89?= =?UTF-8?q?=E5=BE=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/desktop-windows-internal.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/desktop-windows-internal.yml b/.github/workflows/desktop-windows-internal.yml index 59f5b016..dde18b2b 100644 --- a/.github/workflows/desktop-windows-internal.yml +++ b/.github/workflows/desktop-windows-internal.yml @@ -92,7 +92,8 @@ jobs: Get-Content "tauri.windows.internal.conf.json" - name: Build unsigned Windows NSIS internal installer - run: npm run desktop:build -- --config tauri.windows.internal.conf.json --bundles nsis + timeout-minutes: 30 + run: npm run desktop:build -- --config tauri.windows.internal.conf.json --bundles nsis --ci env: VITE_BUILD_CHANNEL: ${{ steps.build-metadata.outputs.channel }} VITE_BUILD_COMMIT: ${{ steps.build-metadata.outputs.commit }}