DEV Community

Discussion on: Build and Publish a Multi-Platform Electron App on GitHub

Collapse
 
abhi0725 profile image
Abhishek Chakravarty

Hi @erikhofer thanks for the article. One thing I want to know: Can this be done with private repo?

Collapse
 
erikhofer profile image
Erik Hofer

Thanks! I haven't tried it yet but I think yes.
If you need to use a special authToken, this can be configured: js.electronforge.io/publisher/gith...
Also note that GitHub Actions has an execution time quota for private repos, see github.com/pricing

Collapse
 
asrivdev profile image
Ashish Srivastava • Edited

I am trying this on a private repo. All the steps run fine including the Release step, but I dont see any other files in assets (I mean an executable for the electron app after publishing) . See attached image.