Skip to content

Commit e042362

Browse files
committed
Temporarily disable MacOS signing again
Looks like I broke it somehow when changing to shared libs. Will fix soon
1 parent de208b4 commit e042362

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/actions/package-plugin/action.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ runs:
6868
if (( ${+RUNNER_DEBUG} )) package_args+=(--debug)
6969
7070
if [[ '${{ inputs.codesign }}' == 'true' ]] package_args+=(--codesign)
71-
if [[ '${{ inputs.notarize }}' == 'true' ]] package_args+=(--notarize)
7271
if [[ '${{ inputs.package }}' == 'true' ]] package_args+=(--package)
7372
7473
.github/scripts/package-macos ${package_args}

0 commit comments

Comments
 (0)