Closed konsumer closed 3 years ago
Of you look at the error at the top you need to install snapcraft and login. Or you need to define build parametters for Linux that does not produce a build for snapcraft.
"build": { "Linux": { "target": "AppImage" } }
Thanks! I ended up using electron-packager and my own options, as I don't want to build/publish for snapcraft, I just want regular builds for each target.
This is working pretty well for me, which creates a release, builds with electron-packager for each platform, zips them, and attaches to the release.
I might circle-back and use your suggestion when I have a bit more time to mess with it, as I like the more complete builds (DMG for mac, etc.)
@scope2229 any insight on how you add snapcraft to the process?
@lostdesign you'll want to add snapcraft-action https://github.com/marketplace/actions/snapcraft-action, Provide your login details as github secrets and add them to ENV for easier access. once that is done it should run successfully.
Here is my example app.