chore: fix CI
This commit is contained in:
parent
c106b1d229
commit
8c8cd98a67
3 changed files with 5 additions and 4 deletions
|
|
@ -1,7 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
/bin/bash ./scripts/prepare-android-release.sh
|
||||
flutter channel stable
|
||||
flutter upgrade
|
||||
flutter pub get
|
||||
flutter build appbundle --target-platform android-arm,android-arm64,android-x64
|
||||
mkdir -p build/android
|
||||
cp build/app/outputs/bundle/release/app-release.aab build/android/
|
||||
cp build/app/outputs/bundle/release/app-release.aab build/android/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue