Merge pull request #174 from tooot-app/main

Retry building
This commit is contained in:
xmflsct 2021-10-25 23:41:55 +02:00 committed by GitHub
commit 0eca124ed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -91,12 +91,12 @@ private_lane :build_ios do
dsym_path: DSYM_FILE dsym_path: DSYM_FILE
) )
upload_to_testflight( upload_to_testflight(
skip_submission: true,
ipa: IPA_FILE, ipa: IPA_FILE,
demo_account_required: true, demo_account_required: true,
distribute_external: true, distribute_external: true,
groups: "尝鲜", groups: "尝鲜",
changelog: "感谢帮忙测试 tooot 🙏", changelog: "感谢帮忙测试 tooot 🙏"
reject_build_waiting_for_review: true
) )
when "release" when "release"
prepare_appstore_ios prepare_appstore_ios