Skip to content

Commit

Permalink
Update build workflow to use correct working directory for wasm-pack …
Browse files Browse the repository at this point in the history
…build
  • Loading branch information
hbl917070 committed Sep 19, 2024
1 parent 96fc686 commit fdbf767
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
run: wasm-pack --version
- name: Build with wasm-pack
run: wasm-pack build --target web --out-dir ../wasm
working-directory: ${{ github.workspace }}\rust

- name: Gulp build Tiefsee
run: |
Expand Down

0 comments on commit fdbf767

Please sign in to comment.