From f4e992531918579cb4d968ee10d987089941653b Mon Sep 17 00:00:00 2001 From: yhh <359807859@qq.com> Date: Sun, 23 Nov 2025 21:57:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E4=BF=AE=E5=A4=8D=20Tauri=20?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E7=BC=BA=E5=B0=91=20runtime=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-editor.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/release-editor.yml b/.github/workflows/release-editor.yml index 7a40c8aa..aa230c13 100644 --- a/.github/workflows/release-editor.yml +++ b/.github/workflows/release-editor.yml @@ -111,6 +111,16 @@ jobs: cd packages/ecs-engine-bindgen pnpm run build + - name: Build platform-web package + run: | + cd packages/platform-web + pnpm run build + + - name: Bundle runtime files for Tauri + run: | + cd packages/editor-app + node scripts/bundle-runtime.mjs + - name: Build Tauri app uses: tauri-apps/tauri-action@v0.5 env: