From 9aed3134cfeed6bdc3a283fcd05222a50c577028 Mon Sep 17 00:00:00 2001 From: yhh <359807859@qq.com> Date: Wed, 26 Nov 2025 11:28:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E4=BF=AE=E5=A4=8D=20Windows=20?= =?UTF-8?q?=E4=B8=8A=20mkdir=20=E5=91=BD=E4=BB=A4=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-editor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-editor.yml b/.github/workflows/release-editor.yml index e3d1e206..1b93325d 100644 --- a/.github/workflows/release-editor.yml +++ b/.github/workflows/release-editor.yml @@ -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/