Skip to content

Commit

Permalink
Replace flutter build apk with sz build android in alpha.yml (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt authored Mar 4, 2024
1 parent e97d761 commit 46532d7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,10 @@ jobs:
# because they easier to install. App Bundles are installed via the
# PlayStore which resulted in problems in the past.
flutter build apk \
--release \
--flavor prod \
--target=lib/main_prod.dart \
--dart-define DEVELOPMENT_STAGE=ALPHA \
--build-number $BUMPED_BUILD_NUMBER
sz build android \
--stage alpha \
--build-number $BUMPED_BUILD_NUMBER \
--output-type apk
- name: Install Firebase CLI
run: sudo npm i -g [email protected]
Expand Down

0 comments on commit 46532d7

Please sign in to comment.