Skip to content

Commit 061211c

Browse files
committed
ci: Log ZIP name and path
1 parent 7033f36 commit 061211c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ios/fastlane/Fastfile

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ lane :upload_ios_artifacts_to_s3 do
4949

5050
zipfile_path = File.join(Dir.pwd, zipfile_name)
5151

52+
puts ">>> path #{zipfile_path}"
53+
puts ">>> name #{zipfile_name}"
54+
5255
upload_artifact_files_to_s3(archive_path: zipfile_name, id: last_git_commit[:commit_hash])
5356

5457
next unless is_ci

0 commit comments

Comments
 (0)