This problem only shows up if I use GitHub Actions
I have now checked the build according to the instructions from this repository - everything works
Maybe the problem is not here - but I hope for help, because I can't find a solution yet. Thanks!
Start notarizing app.custom.name found at ...
⨯ The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received an instance of Error failedTask=build stackTrace=TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received an instance of Error
This problem only shows up if I use GitHub Actions I have now checked the build according to the instructions from this repository - everything works Maybe the problem is not here - but I hope for help, because I can't find a solution yet. Thanks!
I followed these instructions https://github.com/samuelmeuli/action-electron-builder#notarization https://samuelmeuli.com/blog/2019-12-28-notarizing-your-electron-app
My build.yml: