diff --git a/dev/bots/deploy_gallery.sh b/dev/bots/deploy_gallery.sh index e7395af44f..24e7dfa951 100755 --- a/dev/bots/deploy_gallery.sh +++ b/dev/bots/deploy_gallery.sh @@ -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