forked from Ivasoft/mattermost-mobile
(cherry picked from commit b1b43ef000)
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
@@ -188,7 +188,7 @@ lane :upload_file_to_s3 do |options|
|
||||
files.push("#{build_folder_path}/#{options[:file]}")
|
||||
else
|
||||
extensions.each do |extension|
|
||||
files.push(Dir.glob("#{build_folder_path}/#{extension}").select { |f| File.file? f}.first)
|
||||
files.push(*Dir.glob("#{build_folder_path}/#{extension}").select { |f| File.file? f})
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user