mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-05-29 18:18:26 +01:00
ci: enable unsigned tvOS build (signed stays gated on EAS tvOS credentials)
This commit is contained in:
7
.github/workflows/build-apps.yml
vendored
7
.github/workflows/build-apps.yml
vendored
@@ -366,9 +366,10 @@ jobs:
|
||||
retention-days: 7
|
||||
|
||||
build-ios-tv-unsigned:
|
||||
# Temporarily disabled until feat/tv-interface is merged (TV UI not ready).
|
||||
# Re-enable by removing the `false &&` prefix below.
|
||||
if: false && (!contains(github.event.head_commit.message, '[skip ci]'))
|
||||
# Unsigned tvOS build is enabled (compiles without Apple credentials).
|
||||
# The signed tvOS job above stays disabled until tvOS provisioning
|
||||
# profiles are set up in EAS (app + TopShelf targets).
|
||||
if: (!contains(github.event.head_commit.message, '[skip ci]'))
|
||||
runs-on: macos-26
|
||||
name: 🍎 Build tvOS IPA (Unsigned)
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user