From 3ff57aff37b468fe5fe24994f1af1675fea8641e Mon Sep 17 00:00:00 2001 From: yhh <359807859@qq.com> Date: Wed, 26 Nov 2025 11:22:43 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E4=BF=AE=E5=A4=8D=20release-editor?= =?UTF-8?q?=20workflow=20=E6=9E=84=E5=BB=BA=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-editor.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/release-editor.yml b/.github/workflows/release-editor.yml index 1af46ddf..e3d1e206 100644 --- a/.github/workflows/release-editor.yml +++ b/.github/workflows/release-editor.yml @@ -155,13 +155,7 @@ jobs: cd packages/tilemap-editor pnpm run build - # ===== 第六层:依赖 editor-runtime 的包 ===== - - name: Build behavior-tree-editor package - run: | - cd packages/behavior-tree-editor - pnpm run build - - # ===== 第七层:平台包 ===== + # ===== 第六层:平台包 ===== - name: Build platform-web package run: | cd packages/platform-web