match/lib/match/storage/s3_storage.rb in fastlane-2.148.1 vs match/lib/match/storage/s3_storage.rb in fastlane-2.149.0
- old
+ new
@@ -137,9 +137,13 @@
def skip_docs
false
end
+ def list_files(file_name: "", file_ext: "")
+ Dir[File.join(working_directory, self.team_id, "**", file_name, "*.#{file_ext}")]
+ end
+
# Implement this for the `fastlane match init` command
# This method must return the content of the Matchfile
# that should be generated
def generate_matchfile_content(template: nil)
return "s3_bucket(\"#{self.s3_bucket}\")"