lib/fastlane/plugin/apprepo/runner.rb in fastlane-plugin-apprepo-0.3.1 vs lib/fastlane/plugin/apprepo/runner.rb in fastlane-plugin-apprepo-0.3.3

- old
+ new

@@ -18,11 +18,14 @@ UI.success('Apprepo SFTP Uploader running...') verify_version unless options[:app_version].to_s.empty? has_binary = options[:ipa] if !options[:skip_binary_upload] && !options[:build_number] && has_binary upload_binary + UI.success('Finished the upload to Apprepo.') + else + UI.success('Binary upload skipped or no binary available.') end - UI.success('Finished the upload to Apprepo.') + notify unless options[:notify].nil? end # Make sure the version on Apprepo matches the one in the ipa # If not, the new version will automatically be created