ci: keep TestFlight package release-only
(cherry picked from commit bd500d66c7)
This commit is contained in:
parent
dac1d0ec23
commit
f75aa8557b
6
.github/workflows/build-and-release.yml
vendored
6
.github/workflows/build-and-release.yml
vendored
@ -144,7 +144,11 @@ jobs:
|
||||
- platform: macos
|
||||
arch: arm64
|
||||
package: app-store-pkg
|
||||
release_only: true
|
||||
# Quoted so the `matrix.release_only != 'true'` guard compares
|
||||
# string-to-string. A YAML boolean here coerces to a number in
|
||||
# GitHub expressions (true -> 1, 'true' -> NaN), making the guard
|
||||
# always true and building this release-only leg on every PR.
|
||||
release_only: "true"
|
||||
runs_on: macos-14
|
||||
artifact_name: build-macos-arm64-pkg
|
||||
artifact_paths: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user