feat: spine support git clone branch (#2488)

This commit is contained in:
singlecoder
2025-01-06 18:24:30 +08:00
committed by GitHub
parent 1337ddd3cd
commit 07c6475a09

View File

@@ -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"
],