Skip to content

Commit

Permalink
[unity]发布工作量加上quickjs webgl
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Jun 25, 2024
1 parent b51f02f commit c9f1158
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/unity_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,10 +322,21 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: mult

wasm:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: BuildWasm
uses: ./.github/workflows/composites/unity-build-plugins/wasm/
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: quickjs

publish:
runs-on: ubuntu-latest
needs: [windows,osx,ios,android,linux64,ohos]
needs: [windows,osx,ios,android,linux64,ohos,wasm]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit c9f1158

Please sign in to comment.