We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e67cd4 commit 2d66ecaCopy full SHA for 2d66eca
1 file changed
.github/workflows/build-plugin.yml
@@ -87,9 +87,7 @@ jobs:
87
echo "x86_64=$X86_SHA" >> "$GITHUB_OUTPUT"
88
89
- name: Notarize
90
- if: env.NOTARIZE == 'true'
91
- env:
92
- NOTARIZE: "true"
+ if: vars.NOTARIZE_PLUGINS == 'true'
93
run: |
94
for zip in build/Plugins/*.zip; do
95
xcrun notarytool submit "$zip" \
0 commit comments