From f570a84765cef56e92b7cf4fbbd0451f99a5cb9a Mon Sep 17 00:00:00 2001 From: PoiScript Date: Mon, 13 Nov 2023 17:21:33 +0800 Subject: [PATCH] ci: fix ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6436242..92e98af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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