Skip to content

Commit

Permalink
feat(wasm): add wasm in git action
Browse files Browse the repository at this point in the history
  • Loading branch information
singlecoder committed Jan 6, 2025
1 parent 42d0927 commit 7fa1efb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
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 7fa1efb

Please sign in to comment.