Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesTaylor7 committed May 3, 2024
1 parent 1c55175 commit 8f6911b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Build Rust
run:
run: |
- cd wasm
- cargo build
- name: Build JS
run:
run: |
- npm i
- npx vite build
Expand Down

0 comments on commit 8f6911b

Please sign in to comment.