mirror of
https://github.com/royshil/obs-localvocal.git
synced 2026-01-09 12:28:05 -05:00
Skip notarising MacOS package on release
Apple developer ID has expired and those are spenny
This commit is contained in:
1
.github/actions/package-plugin/action.yaml
vendored
1
.github/actions/package-plugin/action.yaml
vendored
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user