fix build naming
This commit is contained in:
+2
-2
@@ -94,12 +94,12 @@ melos:
|
||||
set -e
|
||||
cd apps/weblibre
|
||||
flutter build apk --release --flavor stable --target-platform android-arm,android-arm64 --split-per-abi --no-tree-shake-icons
|
||||
build-browser-alpha-impeller:
|
||||
build-browser-alpha:
|
||||
description: Build arm64 alpha release APK with Impeller enabled (side-by-side installable with stable)
|
||||
run: |
|
||||
set -e
|
||||
cd apps/weblibre
|
||||
flutter build apk --release --flavor alphaImpeller --target-platform android-arm64 --no-tree-shake-icons
|
||||
flutter build apk --release --flavor alpha --target-platform android-arm64 --no-tree-shake-icons
|
||||
build-browser-alpha-legacy:
|
||||
description: Build arm64 alpha release APK with the legacy Skia renderer (side-by-side installable with stable)
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user