mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-05-19 22:50:40 +00:00
Merge branch 'main' of https://github.com/vodemn/m3_lightmeter into cd
This commit is contained in:
commit
3ed7f8ffd9
1 changed files with 2 additions and 1 deletions
3
.github/workflows/cd.yml
vendored
3
.github/workflows/cd.yml
vendored
|
@ -7,6 +7,7 @@ name: Build Apk
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "cd" ]
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
|
||||
|
@ -33,4 +34,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