mirror of
https://github.com/galacean/engine.git
synced 2026-06-08 00:35:58 +08:00
feat: spine support git clone branch (#2488)
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user