Skip to content

Commit

Permalink
Fix checkout of rive-pls in rive-wasm
Browse files Browse the repository at this point in the history
Diffs=
7658dd4d8 Fix checkout of rive-pls in rive-wasm (#6897)

Co-authored-by: Chris Dalton <[email protected]>
  • Loading branch information
csmartdalton and csmartdalton committed Mar 19, 2024
1 parent 98b3cd4 commit 5fba0aa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
- name: Checkout Rive Renderer Repo
uses: actions/checkout@v3
with:
submodules: false
repository: "rive-app/pls"
submodules: true
repository: rive-app/rive-pls
token: ${{ secrets.PAT_GITHUB }}
path: ./wasm/submodules/pls
path: ./wasm/submodules/rive-pls
ref: main
- name: Setup emsdk
uses: mymindstorm/setup-emsdk@v11
with:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
- name: Checkout Rive Renderer Repo
uses: actions/checkout@v3
with:
submodules: false
repository: "rive-app/pls"
submodules: true
repository: rive-app/rive-pls
token: ${{ secrets.PAT_GITHUB }}
path: ./wasm/submodules/pls
path: ./wasm/submodules/rive-pls
ref: main
- name: Setup emsdk
uses: mymindstorm/setup-emsdk@v11
with:
Expand Down
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cae08a3c5612afad5077dcd6008b73b33fa3c938
7658dd4d8b6fc3eb05bc03cb9b3e4cde01a529ed

0 comments on commit 5fba0aa

Please sign in to comment.