fastlane: Increase number of expected artifacts to 4

3 APKs + 1 AAB

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
Álvaro Brey Vilas 2022-03-28 17:19:35 +02:00
parent 70c605fd78
commit 2dc9ec212a
No known key found for this signature in database
GPG key ID: 2585783189A62105

View file

@ -191,7 +191,7 @@ private_lane :createChangelogPullRequest_Final do |options|
end
private_lane :checkIfAPKexists do |options|
sh("if [ $(/bin/ls -1 ../release | wc -l) -ne 3 ]; then echo 'APKs do not exist ../release/; aborting!' ; exit 1 ;
sh("if [ $(/bin/ls -1 ../release | wc -l) -ne 4 ]; then echo 'Release artifacts not present or wrong number present; aborting!' ; exit 1 ;
fi")
end