Enable tvOS TestFlight build by default in release workflow

This commit is contained in:
Arkadiusz Fal
2026-04-18 19:28:51 +02:00
parent 3a45a3e28e
commit b10dd431d1

View File

@@ -9,7 +9,7 @@ on:
build_tvos:
description: 'Build tvOS (TestFlight)'
type: boolean
default: false
default: true
build_mac_beta:
description: 'Build macOS (TestFlight)'
type: boolean