Skip to content

Commit c03afe0

Browse files
author
Josh Holtz
authored
Fix bug in android (#99)
1 parent a61c9e6 commit c03afe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fastlane/plugin/aws_s3/actions/aws_s3_action.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def self.upload_apk(s3_client, params, s3_region, s3_access_key, s3_secret_acces
432432
html_url = self.upload_file(s3_client, s3_bucket, app_directory, html_file_name, html_render, acl, server_side_encryption, download_endpoint, download_endpoint_replacement_regex)
433433
end
434434

435-
version_file_names do |version_file_name|
435+
version_file_names.each do |version_file_name|
436436
version_url = self.upload_file(s3_client, s3_bucket, app_directory, version_file_name, version_render, acl, server_side_encryption, download_endpoint, download_endpoint_replacement_regex)
437437
end
438438

0 commit comments

Comments
 (0)