Sync Xcode before TestFlight Unity builds (#8534)

This commit is contained in:
2026-07-14 06:35:58 -07:00
committed by GitHub
parent 6314d3e4e3
commit f52d54b7c2
+6
View File
@@ -160,6 +160,12 @@ jobs:
- name: Ensure Unity version installed
run: ./ci/github_actions/ensure_unity_installed.sh ios
- name: Ensure Bazel installed
uses: ./.github/actions/setup-bazel
- name: Sync Bazel Xcode config
run: ./scripts/sync_bazel_xcode.sh
- name: Build iOS Unity Project
id: build
run: |