Skip to content

Commit 6e8ad7d

Browse files
committed
ci(deploy): fix build path
1 parent 1052ee1 commit 6e8ad7d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
target: wasm32-unknown-unknown
2929

3030
- name: Checkout Pages Src
31-
uses: actions/checkout@v4
3231
with:
3332
ref: main
3433
path: $HOME/web
@@ -45,7 +44,7 @@ jobs:
4544
run: |
4645
cargo build -p rasn-compiler --target wasm32-unknown-unknown --release
4746
cargo install -f wasm-bindgen-cli --version 0.2.92
48-
wasm-bindgen --out-dir $HOME/web/src/lib/compiler --target web ./target/wasm32-unknown-unknown/release/rasn_compiler.wasm
47+
wasm-bindgen --out-dir $HOME/web/src/lib/compiler --target web ./target/wasm32-unknown-unknown/release/librasn_compiler.wasm
4948
5049
- name: Install Page Dependencies
5150
working-directory: $HOME/web

0 commit comments

Comments
 (0)