This commit is contained in:
Vadim 2023-02-15 14:29:50 +03:00
commit 3ed7f8ffd9

View file

@ -7,6 +7,7 @@ name: Build Apk
on: on:
push: push:
branches: [ "cd" ]
tags: tags:
- "v*.*.*" - "v*.*.*"
@ -33,4 +34,4 @@ jobs:
run: flutter analyze run: flutter analyze
- name: Build Apk - name: Build Apk
run: flutter build apk --release run: flutter build apk --flavor dev --dart-define cameraPreviewAspectRatio=2/3 -t lib/main_dev.dart