-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notarization Using Script Fails to Execute #117
Comments
Please check that |
If that doesn't do the trick and you're a commercial user, please open a support ticket by emailing [email protected] and we'll work out why it can't find your script. |
Double checking, it looks like it can be a bug. It may be looking for the command in the PATH or relative to where you run Conveyor from rather than the documented location next to the config file. Can you try changing the command to be |
You are correct, using |
Describe the bug
The notarization.sh script is in the same directory as conveyor.conf
When running
conveyor make site
, the following error occurs:❌ Task failed: Notarized Mac App for ARM: notarization.sh: Command not found (exit code 127)
env: notarization.sh: No such file or directory
Subprocess Failed: notarization.sh: Command not found (exit code 127)
env: notarization.sh: No such file or directory
Expected behavior
The script should be called and the notarization process should proceed normally.
Additional context
The text was updated successfully, but these errors were encountered: