From bc20a4b0c04af550b006385091d961b3cdf5340a Mon Sep 17 00:00:00 2001 From: Ashu11-A Date: Thu, 7 Dec 2023 13:17:20 -0400 Subject: [PATCH] Update move-apks.sh --- .github/scripts/move-apks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/move-apks.sh b/.github/scripts/move-apks.sh index 6ec1b9034..b4f7f2755 100755 --- a/.github/scripts/move-apks.sh +++ b/.github/scripts/move-apks.sh @@ -7,7 +7,7 @@ cp -R ~/apk-artifacts/ $PWD APKS=( **/*".apk" ) # Fail if too little extensions seem to have been built -if [ "${#APKS[@]}" -le "50" ]; then +if [ "${#APKS[@]}" -le "25" ]; then echo "Insufficient amount of APKs found. Please check the project configuration." exit 1 else