mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 23:10:40 +00:00
Fix flutter build
This commit is contained in:
parent
fdd00a2646
commit
37c20c5f94
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
@ -33,4 +33,4 @@ jobs:
|
|||
run: flutter analyze
|
||||
|
||||
- name: Build Apk
|
||||
run: flutter build apk --release
|
||||
run: flutter build apk --flavor dev --dart-define cameraPreviewAspectRatio=2/3 -t lib/main_dev.dart
|
||||
|
|
Loading…
Reference in a new issue