From 11a45b281fd21813643ab96b4ac79eff8766ca86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Mon, 9 Jun 2025 09:06:04 +0200 Subject: [PATCH] build: Follow up vodozemac web prepare --- .github/workflows/main_deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_deploy.yaml b/.github/workflows/main_deploy.yaml index 44993e517..0a394318c 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -21,9 +21,9 @@ jobs: flutter-version: ${{ env.FLUTTER_VERSION }} - uses: moonrepo/setup-rust@v1 - run: rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu - - run: flutter pub get - name: Prepare web run: ./scripts/prepare-web.sh + - run: flutter pub get - name: Build Release Web run: flutter build web --dart-define=FLUTTER_WEB_CANVASKIT_URL=canvaskit/ --release --source-maps --base-href "/nightly/" - run: mv build/web/ public