mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 15:00: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 }}
|
||||
run: flutter build apk --release --flavor $FLAVOR --dart-define cameraPreviewAspectRatio=2/3 -t lib/main_$FLAVOR.dart
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
env:
|
||||
FLAVOR: ${{ github.event.inputs.flavor }}
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
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