Skip to content

Commit

Permalink
Fixed _Build .apk_ flow
Browse files Browse the repository at this point in the history
  • Loading branch information
vodemn committed Sep 2, 2023
1 parent da4fcfc commit bf3c8aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ jobs:
flutter pub get
flutter pub run intl_utils:generate
- name: Build Apk
- name: Build .apk
env:
FLAVOR: ${{ github.event.inputs.flavor }}
run: flutter build apk --release --flavor $FLAVOR --dart-define c -t lib/main_$FLAVOR.dart
run: flutter build apk --release --flavor $FLAVOR --dart-define cameraPreviewAspectRatio=240/320 -t lib/main_$FLAVOR.dart

- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit bf3c8aa

Please sign in to comment.