From c38f82062fd87877bee3cfce1ad2f2ea0e75265e Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Sun, 19 Jul 2026 19:42:18 +0200 Subject: [PATCH] Enable macOS 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 0be00ba2..bdaa78c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ on: build_mac_beta: description: 'Build macOS (TestFlight)' type: boolean - default: false + default: true build_mac_notarized: description: 'Build macOS (notarized Developer ID + Sparkle appcast)' type: boolean