From 0b79e815435cc605e5e4037a22ac02b4169de81b Mon Sep 17 00:00:00 2001 From: jmir1 Date: Thu, 22 Apr 2021 22:56:17 +0200 Subject: [PATCH] let me sign 1 apk pls --- .github/scripts/sign-apks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/sign-apks.sh b/.github/scripts/sign-apks.sh index 9c475c363..625b7aacf 100755 --- a/.github/scripts/sign-apks.sh +++ b/.github/scripts/sign-apks.sh @@ -7,7 +7,7 @@ shopt -s globstar nullglob extglob APKS=( **/*".apk" ) # Fail if too little extensions seem to have been built -if [ "${#APKS[@]}" -le "1" ]; then +if [ "${#APKS[@]}" -le "2" ]; then echo "Insufficient amount of APKs found. Please check the project configuration." exit 1; fi;