Skip binary upload in deliver
Upload is done on TestFlight for both iOS and macOS.
This commit is contained in:
parent
7287fb33c8
commit
16047d18c9
|
@ -5,12 +5,6 @@
|
|||
screenshots_path "#{ENV["APP_ROOT"]}/fastlane/screenshots"
|
||||
metadata_path "#{ENV["APP_ROOT"]}/fastlane/metadata"
|
||||
|
||||
if ENV["PLATFORM"] == "ios"
|
||||
ipa "dist/ios/Passepartout.ipa"
|
||||
else
|
||||
pkg "dist/mac/Passepartout.pkg"
|
||||
end
|
||||
|
||||
skip_binary_upload true
|
||||
skip_metadata false
|
||||
skip_screenshots false
|
||||
|
|
Loading…
Reference in New Issue