fix: add xcodebuild -list debug, use -project flag
Some checks failed
PR → Build → Firebase OTA → LGTM / Build & Deploy to Firebase OTA (pull_request) Failing after 45s
PR → Build → Firebase OTA → LGTM / Wait for LGTM comment (pull_request) Has been skipped

This commit is contained in:
2026-06-26 22:39:29 +00:00
parent 44cebf834c
commit fdf4b6d558

View File

@@ -49,7 +49,9 @@ jobs:
- name: Archive app
run: |
cd tabatago-swift
xcodebuild -list
xcodebuild archive \
-project TabataGo.xcodeproj \
-scheme TabataGo \
-sdk iphoneos \
-destination "generic/platform=iOS" \