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

ENOTDIR error in CI breaking DMG build on command delete-keychain #8176

Open
BitHighlander opened this issue Apr 17, 2024 · 0 comments
Open

Comments

@BitHighlander
Copy link

version: 24.13.3 | 25.0.0-alpha.6

  • Electron-Builder Version:

node stable

Electron:
"electron": "22.0.0",

  • Electron Version:

  • updater Version:
    "electron-updater": "^5.3.0",

  • Target: macos

Im getting a failure in CI to build DMG objects. the .zip does not give this error.

  • executed        file=hdiutil
  • async task error  error=spawn ENOTDIR
  • executing       file=/usr/bin/security args=delete-keychain /var/folders/c9/jqpw9nhs7jj7vm5185nyw05h0000gn/T/99a0002ff15172e48d2ee78a3959d86e6398e6eb80b2e15514d10736cd1d943f.keychain
  • executed        file=/usr/bin/security
  ⨯ spawn ENOTDIR   failedTask=build stackTrace=Error: spawn ENOTDIR
    at ChildProcess.spawn (node:internal/child_process:414:11)
    at spawn (node:child_process:761:9)
    at execFile (node:child_process:351:17)```

The workflow can be found on branch feature-v3 on this repo for more context
https://github.com/keepkey/keepkey-desktop/blob/feature-v3/.github/workflows/build-electron.yml

build config
https://github.com/keepkey/keepkey-desktop/blob/feature-v3/packages/keepkey-desktop/package.json#L55

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

1 participant