let me sign 1 apk pls (for real)
This commit is contained in:
parent
0b79e81543
commit
7f5dcb1ad8
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" )
|
APKS=( **/*".apk" )
|
||||||
|
|
||||||
# Fail if too little extensions seem to have been built
|
# Fail if too little extensions seem to have been built
|
||||||
if [ "${#APKS[@]}" -le "2" ]; then
|
if [ "${#APKS[@]}" < "1" ]; then
|
||||||
echo "Insufficient amount of APKs found. Please check the project configuration."
|
echo "Insufficient amount of APKs found. Please check the project configuration."
|
||||||
exit 1;
|
exit 1;
|
||||||
fi;
|
fi;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user