ci: fix ci
This commit is contained in:
parent
1f19ceb153
commit
f570a84765
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -66,7 +66,7 @@ jobs:
|
|||
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
|
||||
|
||||
- name: Build
|
||||
run: wasm-pack build -t web -d ./wasm/dist --out-name orgize ./wasm/
|
||||
run: wasm-pack build -t web -d ./dist --out-name orgize ./wasm/
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue