Skip to content

Commit

Permalink
ci: Log ZIP name and path
Browse files Browse the repository at this point in the history
  • Loading branch information
dcalhoun committed Dec 3, 2024
1 parent 7033f36 commit 061211c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ lane :upload_ios_artifacts_to_s3 do

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

puts ">>> path #{zipfile_path}"
puts ">>> name #{zipfile_name}"

upload_artifact_files_to_s3(archive_path: zipfile_name, id: last_git_commit[:commit_hash])

next unless is_ci
Expand Down

0 comments on commit 061211c

Please sign in to comment.