From 504b9ffb662772f9f9ca013dc5b5d25855eaaefa Mon Sep 17 00:00:00 2001 From: yhh <359807859@qq.com> Date: Fri, 21 Nov 2025 11:53:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E6=B7=BB=E5=8A=A0=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=99=A8=E5=B7=A5=E4=BD=9C=E6=B5=81=E7=BC=BA=E5=A4=B1=E7=9A=84?= =?UTF-8?q?=E5=BC=95=E6=93=8E=E6=9E=84=E5=BB=BA=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-editor.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/release-editor.yml b/.github/workflows/release-editor.yml index 8d3f4e5c..7fd361a4 100644 --- a/.github/workflows/release-editor.yml +++ b/.github/workflows/release-editor.yml @@ -91,6 +91,19 @@ jobs: cd packages/behavior-tree npm run build + - name: Install wasm-pack + run: cargo install wasm-pack + + - name: Build engine package (Rust WASM) + run: | + cd packages/engine + npm run build + + - name: Build ecs-engine-bindgen package + run: | + cd packages/ecs-engine-bindgen + npm run build + - name: Build Tauri app uses: tauri-apps/tauri-action@v0.5 env: