diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5cb6906ede..88078abe48 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" ],