From ff2e4272346b059c308f360288f705ae0c7495f4 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sat, 29 Jun 2024 03:29:09 +0200 Subject: specify -apk option for beta build on the CI --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e888f49b..36988fb2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -203,7 +203,7 @@ build_fdroid_beta_release: image: "0xacab.org:4567/leap/bitmask_android/android-ndk:latest" stage: build script: - - ./scripts/prepareForDistribution.sh build -no-tag -beta >> normalBeta.log 2>&1 + - ./scripts/prepareForDistribution.sh build -apk fat -no-tag -beta >> normalBeta.log 2>&1 artifacts: paths: - app/build/outputs/ @@ -231,7 +231,7 @@ build_fdroid_custom_beta_release: image: "0xacab.org:4567/leap/bitmask_android/android-ndk:latest" stage: build script: - - ./scripts/prepareForDistribution.sh build -no-tag -beta -custom >> customBeta.log 2>&1 + - ./scripts/prepareForDistribution.sh build -apk fat -no-tag -beta -custom >> customBeta.log 2>&1 artifacts: paths: - app/build/outputs/ -- cgit v1.2.3