From 00c0492574566cd25395a9daab4ce47c4bddb8ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Mon, 9 Jun 2025 09:08:45 +0200 Subject: [PATCH] build: Follow up remove gitignore before deploying --- .github/workflows/main_deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main_deploy.yaml b/.github/workflows/main_deploy.yaml index 0a394318c..d9347edef 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -23,6 +23,7 @@ jobs: - run: rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu - name: Prepare web run: ./scripts/prepare-web.sh + - run: rm ./assets/vodozemac/.gitignore - 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/"