From 3b334bb761ce03a615b703b373ec586e40208aad Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sun, 28 Aug 2022 20:22:05 +0430 Subject: [PATCH] fix move apks --- .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 ba0d3cf..ab36840 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 "100" ]; then +if [ "${#APKS[@]}" -le "1" ]; then echo "Insufficient amount of APKs found. Please check the project configuration." exit 1 else