samuelmeuli / action-electron-builder

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

feat: add ability to specify application root #3

Closed wcatron closed 4 years ago

wcatron commented 4 years ago

Add ability to specify a working directory for running electron-builder. Helps when developing an electron application inside a monorepo. Should be none breaking. First action contribution, open to suggestions on everything. Not sure how to test the script, would be willing to try and document process.

samuelmeuli commented 4 years ago

Looks good to me. Have you been able to test the action?