ci(release): TestFlight upload best-effort until the ASC app record exists
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -176,6 +176,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Archive iOS + upload to TestFlight
|
- name: Archive iOS + upload to TestFlight
|
||||||
if: gitea.event_name != 'workflow_dispatch' || inputs.testflight == 'true'
|
if: gitea.event_name != 'workflow_dispatch' || inputs.testflight == 'true'
|
||||||
|
# Best-effort until the App Store Connect app record for io.unom.punktfunk
|
||||||
|
# exists — the upload errors without one. Drop this once TestFlight onboarding
|
||||||
|
# is done so real upload failures fail the run.
|
||||||
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
DEVELOPER_DIR="$XCODE_DEV_DIR" xcodebuild archive \
|
DEVELOPER_DIR="$XCODE_DEV_DIR" xcodebuild archive \
|
||||||
-project "$PROJECT" -scheme Punktfunk-iOS \
|
-project "$PROJECT" -scheme Punktfunk-iOS \
|
||||||
|
|||||||
Reference in New Issue
Block a user