fix(ci): 修复 Windows 上 mkdir 命令报错
This commit is contained in:
1
.github/workflows/release-editor.yml
vendored
1
.github/workflows/release-editor.yml
vendored
@@ -116,6 +116,7 @@ jobs:
|
||||
pnpm run build
|
||||
|
||||
- name: Copy WASM files to ecs-engine-bindgen
|
||||
shell: bash
|
||||
run: |
|
||||
mkdir -p packages/ecs-engine-bindgen/src/wasm
|
||||
cp packages/engine/pkg/es_engine.js packages/ecs-engine-bindgen/src/wasm/
|
||||
|
||||
Reference in New Issue
Block a user