samuelmeuli / action-electron-builder

:electron: GitHub Action for building and releasing Electron apps
MIT License
658 stars 201 forks source link

add retry option #28

Closed juliangruber closed 4 years ago

juliangruber commented 4 years ago

Lately some builds have failed because of errors on apple servers, and we needed to manually restart these builds. It would be great if this action had an option to restart builds automatically, for a certain number of max retries.

samuelmeuli commented 4 years ago

Agreed, I've encountered similar problems. I'm open to PRs in case anyone wants to implement this feature :)

juliangruber commented 4 years ago

I'm going to work on this now 👋

jessedp commented 4 years ago

This is just a +1 for this being merged.

I've had to put yarn install for my builds on repeat with Travis and now here. Obviously this is not a problem with this action, but the retries could help "fix" it like they did with Travis.