mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 23:10:40 +00:00
Update cd_dev.yml
This commit is contained in:
parent
c3bcffc0e4
commit
b972194488
1 changed files with 3 additions and 4 deletions
7
.github/workflows/cd_dev.yml
vendored
7
.github/workflows/cd_dev.yml
vendored
|
@ -57,9 +57,8 @@ jobs:
|
||||||
FLAVOR: ${{ github.event.inputs.flavor }}
|
FLAVOR: ${{ github.event.inputs.flavor }}
|
||||||
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
|
- name: Upload artifact
|
||||||
env:
|
uses: actions/upload-artifact@v3
|
||||||
FLAVOR: ${{ github.event.inputs.flavor }}
|
|
||||||
with:
|
with:
|
||||||
name: m3_lightmeter_$FLAVOR
|
name: m3_lightmeter_$FLAVOR
|
||||||
path: build/app/outputs/flutter-apk/app-$FLAVOR-release.apk
|
path: build/app/outputs/flutter-apk/app-${{ github.event.inputs.flavor }}-release.apk
|
||||||
|
|
Loading…
Reference in a new issue