Skip to content
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

failing to build for linux #78

Open
princemdavi opened this issue Feb 5, 2022 · 3 comments
Open

failing to build for linux #78

princemdavi opened this issue Feb 5, 2022 · 3 comments

Comments

@princemdavi
Copy link

ubuntu-latest is not working. My electron app is not been built for linux but for windows and macos, everything is working well

@wildone
Copy link

wildone commented Feb 23, 2022

any more info?

@patrick-motard
Copy link

I believe this is a duplicate of #58

I'm also running into this issue. There is no known workaround.

@Andreoew
Copy link

Andreoew commented Jun 20, 2023

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. (/home/runner/work/_actions/samuelmeuli/action-electron-builder/v1/index.js:150:1)
at Module._compile (internal/modules/cjs/loader.js:999:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) {
status: 1,
signal: null,
output: [ null, null, null ],
pid: 2985,
stdout: null,
stderr: null

`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants