Skip notarising MacOS package on release

Apple developer ID has expired and those are spenny
This commit is contained in:
Tabby Cromarty
2025-10-18 09:36:55 +01:00
parent 6a90c27e6b
commit a1b3e248a2

View File

@@ -68,7 +68,6 @@ runs:
if (( ${+RUNNER_DEBUG} )) package_args+=(--debug)
if [[ '${{ inputs.codesign }}' == 'true' ]] package_args+=(--codesign)
if [[ '${{ inputs.notarize }}' == 'true' ]] package_args+=(--notarize)
if [[ '${{ inputs.package }}' == 'true' ]] package_args+=(--package)
.github/scripts/package-macos ${package_args}