From fe409481d6bd040e9b69b7e26dfe73d9e1cc1452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Mon, 9 Jun 2025 08:51:57 +0200 Subject: [PATCH] build: Follow up pkg wasm --- .github/workflows/main_deploy.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main_deploy.yaml b/.github/workflows/main_deploy.yaml index 61662ded1..44993e517 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -26,8 +26,6 @@ jobs: run: ./scripts/prepare-web.sh - name: Build Release Web run: flutter build web --dart-define=FLUTTER_WEB_CANVASKIT_URL=canvaskit/ --release --source-maps --base-href "/nightly/" - - name: Copy pkg directory for WASM - run: mv web/pkg build/web/ - run: mv build/web/ public - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v4