Skip to content

Commit ec5a537

Browse files
committed
i hate file names
1 parent 44dcf16 commit ec5a537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Make pages folder
2626
run: mkdir target/pages
2727
- name: Move WASM to pages folder
28-
run: mv target/wasm32-unknown-unknown/release/hodgkin-huxley-playground.wasm target/pages/hodgkin-huxley-playground.wasm
28+
run: mv target/wasm32-unknown-unknown/release/hodgkin-huxley-playground.wasm target/pages/demo.wasm
2929
- name: Move to pages folder
3030
run: cd target/pages
3131
- name: Clone HTML/JS boilerplate

0 commit comments

Comments
 (0)