fix(ci): 添加编辑器工作流缺失的引擎构建步骤
This commit is contained in:
13
.github/workflows/release-editor.yml
vendored
13
.github/workflows/release-editor.yml
vendored
@@ -91,6 +91,19 @@ jobs:
|
|||||||
cd packages/behavior-tree
|
cd packages/behavior-tree
|
||||||
npm run build
|
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
|
- name: Build Tauri app
|
||||||
uses: tauri-apps/tauri-action@v0.5
|
uses: tauri-apps/tauri-action@v0.5
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user