build: Follow up remove gitignore before deploying

This commit is contained in:
Christian Kußowski 2025-06-09 09:08:45 +02:00
parent 11a45b281f
commit 00c0492574
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

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