From 71b051dc9958d8432a17b30db0177fad87901e7d Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sun, 6 Feb 2022 16:42:11 +0100 Subject: build web apks and aabs in CI's release task --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad2885c0..67237611 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -118,7 +118,7 @@ build_release: image: "0xacab.org:4567/leap/bitmask_android/android-ndk:latest" stage: build script: - - ./scripts/prepareForDistribution.sh build -no-tag >> normalRelease.log 2>&1 + - ./scripts/prepareForDistribution.sh build -aab -apk web -no-tag >> normalRelease.log 2>&1 artifacts: paths: - app/build/outputs/ @@ -146,7 +146,7 @@ build_custom_release: image: "0xacab.org:4567/leap/bitmask_android/android-ndk:latest" stage: build script: - - ./scripts/prepareForDistribution.sh build -no-tag -custom >> customRelease.log 2>&1 + - ./scripts/prepareForDistribution.sh build -aab -apk web -no-tag -custom >> customRelease.log 2>&1 artifacts: paths: - app/build/outputs/ -- cgit v1.2.3