[Android] Fix missing argument

Nicolas Pomepuy git at videolan.org
Wed Oct 7 09:40:10 CEST 2020


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Oct  7 08:04:51 2020 +0200| [a4a59e1e0e6d16f0a3d20577dafe94c8c3b23c1a] | committer: Nicolas Pomepuy

Fix missing argument

> https://code.videolan.org/videolan/vlc-android/commit/a4a59e1e0e6d16f0a3d20577dafe94c8c3b23c1a
---

 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 977acfbcc..fe24974b4 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