fastlane/lib/fastlane/actions/copy_artifacts.rb in fastlane-2.68.0 vs fastlane/lib/fastlane/actions/copy_artifacts.rb in fastlane-2.68.1

- old
+ new

@@ -95,10 +95,10 @@ # Reset the git repo to a clean state, but leave our artifacts in place reset_git_repo( exclude: "artifacts" )', - '# Copy the .ipa created by `gym` if it was successfully created + '# Copy the .ipa created by _gym_ if it was successfully created artifacts = [] artifacts << lane_context[SharedValues::IPA_OUTPUT_PATH] if lane_context[SharedValues::IPA_OUTPUT_PATH] copy_artifacts( artifacts: artifacts )'