ci: fix ci

This commit is contained in:
PoiScript 2023-11-13 17:21:33 +08:00
parent 1f19ceb153
commit f570a84765
No known key found for this signature in database
GPG key ID: 22C2B1249D99985E

View file

@ -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