From b10dd431d103c57dfbe264724438bca0d0190856 Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Sat, 18 Apr 2026 19:28:51 +0200 Subject: [PATCH] Enable tvOS TestFlight build by default in release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 13977cb6..29f3f8ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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