Update cd_dev.yml

This commit is contained in:
Vadim 2023-02-17 21:00:58 +03:00
parent 8e70ae22e5
commit c3bcffc0e4

View file

@ -3,7 +3,7 @@
# separate terms of service, privacy policy, and support # separate terms of service, privacy policy, and support
# documentation. # documentation.
name: Build Dev APK name: Build APK
on: on:
workflow_dispatch: workflow_dispatch:
@ -58,6 +58,8 @@ jobs:
run: flutter build apk --release --flavor $FLAVOR --dart-define cameraPreviewAspectRatio=2/3 -t lib/main_$FLAVOR.dart run: flutter build apk --release --flavor $FLAVOR --dart-define cameraPreviewAspectRatio=2/3 -t lib/main_$FLAVOR.dart
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
env:
FLAVOR: ${{ github.event.inputs.flavor }}
with: with:
name: m3_lightmeter.apk name: m3_lightmeter_$FLAVOR
path: build/app/outputs/flutter-apk/app-dev-release.apk path: build/app/outputs/flutter-apk/app-$FLAVOR-release.apk