[Android] Fix missing argument
Nicolas Pomepuy
git at videolan.org
Wed Oct 21 09:02:40 CEST 2020
vlc-android | branch: 3.3.x | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Oct 7 08:04:51 2020 +0200| [7b0103bc088bc7185fdd25b337481c92e40c2cfa] | committer: Nicolas Pomepuy
Fix missing argument
(cherry picked from commit a4a59e1e0e6d16f0a3d20577dafe94c8c3b23c1a)
> https://code.videolan.org/videolan/vlc-android/commit/7b0103bc088bc7185fdd25b337481c92e40c2cfa
---
buildsystem/automation/fastlane/Fastfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildsystem/automation/fastlane/Fastfile b/buildsystem/automation/fastlane/Fastfile
index 977acfbccd..fe24974b4e 100644
--- a/buildsystem/automation/fastlane/Fastfile
+++ b/buildsystem/automation/fastlane/Fastfile
@@ -123,7 +123,7 @@ platform :android do
lane :deploy_ftp do |options|
- checkAPKFileExists options[:version]
+ checkAPKFileExists options[:version], true
puts "All files are here. Uploading to FTP"
@variants.each { |variant|
More information about the Android
mailing list