mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
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:
parent
70c605fd78
commit
2dc9ec212a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue