question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Publishing .dmg and .zip to GitHub not working

See original GitHub issue
  • Version: 17.1.1
  • Target: Mac

Hi there — really enjoying the module, made my life so much easier.

One thing doesn’t seem to be working though. When I run npm run release which basically runs the following npm run build && build --publish always, everything seems to be working until it tries to “Publish to GitHub”. The release gets created properly, however the DMG and ZIP files do get stuck at 0% and aren’t being uploaded. After 20 or 30 seconds I get the following error:

Error: write EPIPE at exports._errnoException (util.js:1026:11) at WriteWrap.afterWrite (net.js:804:14) From previous event: at CancellationToken.createPromise (/Users/stevenfabre/Git/gif-mock/node_modules/electron-builder/node_modules/electron-builder-http/src/CancellationToken.ts:51:5) at NodeHttpExecutor.doApiRequest (/Users/stevenfabre/Git/gif-mock/node_modules/electron-builder-util/src/nodeHttpExecutor.ts:51:30)

Do you guys have any idea what I’m doing wrong? My work around for now is to upload the ZIP and DMG files manually in the release, which isn’t ideal.

Thanks

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:3
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
develarcommented, Jun 22, 2017

Please set env DEBUG=electron-builder:* and attach log of the terminal output.

Please also use next version of electron-builder or at least latest. And be sure that you use node 8 and Xcode 8.3.3 on travis

Read more comments on GitHub >

github_iconTop Results From Across the Web

electron-builder Not Publishing to GitHub on Mac OS X
I have an electron app that needs to be published to a public GitHub repo as a Mac OS X release using electron-builder...
Read more >
Github down? Current service status and errors - Downdetector
Real-time Github status and problems. Is Github down, not working properly or are you getting error messages? Here you see what is going...
Read more >
Adding Software To Homebrew
Then you're the perfect person to resolve this problem. ... version "1.3" sha256 :no_check url "https://github.com/downloads/jonshea/Noisy/Noisy.zip" name ...
Read more >
Common Configuration - electron-builder
If you want to use js file, do not name it electron-builder.js . ... must be not applied (i.e. use application icon as...
Read more >
Sparkle: open source software update framework for macOS
Put a copy of your .app (with the same name as the version it's replacing) in a .zip, .tar.xz, or .dmg. Make sure...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found