fastlane/lib/fastlane/actions/copy_artifacts.rb in fastlane-2.94.0.beta.20180425050017 vs fastlane/lib/fastlane/actions/copy_artifacts.rb in fastlane-2.94.0.beta.20180426050049

- old
+ new

@@ -46,11 +46,11 @@ "Copy and save your build artifacts (useful when you use reset_git_repo)" end def self.details [ - "This action copies artifacts to a target directory. It's useful if you have a CI that will pick up these artifacts and attach them to the build. Useful e.g. for storing your `.ipa`s, `.dSYM.zip`s, `.mobileprovision`s, `.cert`s", - "Make sure your target_path is gitignored, and if you use `reset_git_repo`, make sure the artifacts are added to the exclude list" + "This action copies artifacts to a target directory. It's useful if you have a CI that will pick up these artifacts and attach them to the build. Useful e.g. for storing your `.ipa`s, `.dSYM.zip`s, `.mobileprovision`s, `.cert`s.", + "Make sure your `:target_path` is ignored from git, and if you use `reset_git_repo`, make sure the artifacts are added to the exclude list." ].join("\n") end def self.available_options [