notarize icon indicating copy to clipboard operation
notarize copied to clipboard

Fail to notarize app

Open juli1 opened this issue 3 years ago • 0 comments

Hi,

I am trying to notarize my app. I put the appId correctly and also added all the correct environment variables. I am getting this error. What are the best ways to troubleshoot this?

Start notarizing io.codiga.assistant.Codiga found at /Users/runner/work/electron-app/electron-app/release/build/mac-arm64/Codiga.app
  ⨯ 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
    at Object.writeFileSync (fs.js:1522:5)
/Users/runner/work/_actions/samuelmeuli/action-electron-builder/v1/index.js:144
				throw err;
    at module.exports (/Users/runner/work/electron-app/electron-app/node_modules/electron-builder-notarize/index.js:99:6)

juli1 avatar Aug 25 '22 22:08 juli1