Skip to content

Commit

Permalink
feat: spine support git clone branch (#2488)
Browse files Browse the repository at this point in the history
  • Loading branch information
singlecoder authored Jan 6, 2025
1 parent 1337ddd commit 07c6475
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
],
Expand Down

0 comments on commit 07c6475

Please sign in to comment.