This commit is contained in:
+4
-1
@@ -111,5 +111,8 @@ melos:
|
||||
run: |
|
||||
set -e
|
||||
cd apps/weblibre
|
||||
flutter build apk --release --flavor pixel10 --target-platform android-arm64 --no-tree-shake-icons
|
||||
flutter build apk --release --flavor pixel10 --target-platform android-arm64 --split-per-abi --no-tree-shake-icons
|
||||
arm64_apk="$(find build/app/outputs/flutter-apk -maxdepth 1 -type f -name '*pixel10*' -name '*arm64-v8a*' -name '*release.apk' -print -quit)"
|
||||
test -n "$arm64_apk"
|
||||
mv "$arm64_apk" build/app/outputs/flutter-apk/app-pixel10-release.apk
|
||||
../../scripts/verify-pixel10-apk.sh build/app/outputs/flutter-apk/app-pixel10-release.apk
|
||||
|
||||
Reference in New Issue
Block a user