From 07c6475a09485aeb78d9c9ea1671d8ccac54858a Mon Sep 17 00:00:00 2001 From: singlecoder Date: Mon, 6 Jan 2025 18:24:30 +0800 Subject: [PATCH] feat: spine support git clone branch (#2488) --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5cb6906ed..88078abe4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: run: | git clone https://github.com/galacean/engine-toolkit.git git clone https://github.com/galacean/engine-lottie.git - git clone https://github.com/galacean/engine-spine.git + git clone https://github.com/galacean/engine-spine.git -b dev/4.2 - name: Install and Link Engine and Build for Toolkit working-directory: ./engine-toolkit @@ -121,6 +121,9 @@ jobs: "${{ github.workspace }}/temp/@galacean/engine-lottie/dist/browser.js", "${{ github.workspace }}/temp/@galacean/engine-spine/dist/browser.js" ], + "wasm": [ + "${{ github.workspace }}/packages/physics-physx/libs/physx.release.wasm" + ], "jsWASMLoader": [ "${{ github.workspace }}/packages/physics-physx/libs/physx.release.js" ],