action-electron-builder
action-electron-builder copied to clipboard
failing to build for linux
ubuntu-latest is not working. My electron app is not been built for linux but for windows and macos, everything is working well
any more info?
I believe this is a duplicate of https://github.com/samuelmeuli/action-electron-builder/issues/58
I'm also running into this issue. There is no known workaround.
Hello I'm also getting error for linux, could someone give me a hint? Here is the error I get:
Error: Command failed: npx --no-install electron-builder --linux --publish always
` /home/runner/work/_actions/samuelmeuli/action-electron-builder/v1/index.js:144 throw err; ^
Error: Command failed: npx --no-install electron-builder --linux --publish always
at checkExecSyncError (child_process.js:635:11)
at execSync (child_process.js:671:15)
at run (/home/runner/work/_actions/samuelmeuli/action-electron-builder/v1/index.js:21:27)
at runAction (/home/runner/work/_actions/samuelmeuli/action-electron-builder/v1/index.js:132:4)
at Object.
`