We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe321e commit 277ec84Copy full SHA for 277ec84
lib/fastlane/plugin/sentry/actions/sentry_upload_build.rb
@@ -85,6 +85,7 @@ def self.available_options
85
verify_block: proc do |value|
86
# Skip validation if value is nil or empty (will be validated in run method)
87
next if value.nil? || value.to_s.empty?
88
+
89
UI.user_error!("Could not find xcarchive at path '#{value}'") unless File.exist?(value)
90
UI.user_error!("Path '#{value}' is not an xcarchive") unless File.extname(value) == '.xcarchive'
91
end),
0 commit comments