Enable macOS TestFlight build by default in release workflow

This commit is contained in:
Arkadiusz Fal
2026-07-19 19:42:18 +02:00
parent 6e36499f58
commit c38f82062f

View File

@@ -13,7 +13,7 @@ on:
build_mac_beta: build_mac_beta:
description: 'Build macOS (TestFlight)' description: 'Build macOS (TestFlight)'
type: boolean type: boolean
default: false default: true
build_mac_notarized: build_mac_notarized:
description: 'Build macOS (notarized Developer ID + Sparkle appcast)' description: 'Build macOS (notarized Developer ID + Sparkle appcast)'
type: boolean type: boolean