From fc681885805794cccc70498c8339aa816b121276 Mon Sep 17 00:00:00 2001 From: brooke Date: Mon, 17 Mar 2025 01:27:13 -0400 Subject: [PATCH] update --- .forgejo/workflows/release.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 6d75950..ede8713 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -30,7 +30,6 @@ jobs: run: | rustup update rustup target add wasm32-unknown-unknown - cargo install -f wasm-bindgen-cli --version 0.2.95 - name: Install cargo-deb run: cargo install cargo-deb --no-default-features @@ -39,10 +38,12 @@ jobs: run: cargo install --locked trunk - name: Fetch dependencies - run: cargo fetch --locked + run: | + cargo fetch --locked + - name: Build wasm - run: cd lapdev-dashboard && trunk build --release --public-url /static/ + run: cargo install -f wasm-bindgen-cli --version 0.2.95 && cd lapdev-dashboard && trunk build --release --public-url /static/ - name: Compress static files run: cd lapdev-dashboard/dist/ && gzip -k *