mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-05-19 22:50:40 +00:00
cd_dev
This commit is contained in:
parent
3173eaed22
commit
f599e02f04
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ on:
|
|||
branches: ["cd"]
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -47,7 +48,7 @@ jobs:
|
|||
flutter pub run intl_utils:generate
|
||||
|
||||
- name: Build Apk
|
||||
run: flutter build apk --flavor dev --dart-define cameraPreviewAspectRatio=2/3 -t lib/main_dev.dart
|
||||
run: flutter build apk --release --flavor dev --dart-define cameraPreviewAspectRatio=2/3 -t lib/main_dev.dart
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
Loading…
Reference in a new issue