Skip binary upload in deliver

Upload is done on TestFlight for both iOS and macOS.
This commit is contained in:
Davide De Rosa 2021-10-15 22:16:22 +02:00
parent 7287fb33c8
commit 16047d18c9
1 changed files with 0 additions and 6 deletions

View File

@ -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