Fix iTunes Transporter quirk (#30883)

This commit is contained in:
xster
2019-04-10 18:33:43 -07:00
committed by GitHub
parent 7b39269fe8
commit 054e8870eb

View File

@@ -61,6 +61,7 @@ if [[ "$SHARD" = "deploy_gallery" ]]; then
echo "Archiving with distribution profile and deploying to TestFlight..."
(
cd examples/flutter_gallery/ios
export DELIVER_ITMSTRANSPORTER_ADDITIONAL_UPLOAD_PARAMETERS="-t DAV"
fastlane build_and_deploy_testflight upload:true
)
else