some github-actions-specific adjustments

This commit is contained in:
2024-12-18 15:50:56 +01:00
parent a59029c809
commit 123b6313fb
2 changed files with 18 additions and 5 deletions

View File

@@ -44,7 +44,9 @@ platform :ios do
archive_path: "../build/ios/archive/Runner.xcarchive"
)
upload_to_testflight
upload_to_testflight(
skip_waiting_for_build_processing: true,
)
end