Electron app continuous integration
This article describes the hurdles I went through when automating an Electron build with release to Mac App Store, Microsoft Store, Snapcraft.
This article describes the hurdles I went through when automating an Electron build with release to Mac App Store, Microsoft Store, Snapcraft.
Expo EAS CLI has a --local build mode but it's not completely local out of the box. This article describes how to make it less reliant on the expo.dev cloud in order to build your app on a CI like GitHub Actions.
How to link to the artifacts from the latest GitHub Actions workflow run in your repository (e.g. latest nighly build)? See here!