let me sign 1 apk pls
This commit is contained in:
parent
42d39cc552
commit
0b79e81543
2
.github/scripts/sign-apks.sh
vendored
2
.github/scripts/sign-apks.sh
vendored
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user