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:
- Created 6 years ago
- Reactions:3
- Comments:7 (3 by maintainers)
Top GitHub Comments
https://travis-ci.org/develar/onshape-desktop-shell/jobs/245894336
Travis file: https://github.com/develar/onshape-desktop-shell/blob/master/.travis.yml
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