mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
Update cd_dev.yml
This commit is contained in:
parent
8e70ae22e5
commit
c3bcffc0e4
1 changed files with 5 additions and 3 deletions
8
.github/workflows/cd_dev.yml
vendored
8
.github/workflows/cd_dev.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue