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/"