This repository contains an Electron application that is built automatically using GitHub Actions. You cannot run workflows locally, as all builds are handled by GitHub's CI/CD pipeline.
- Go to the GitHub Actions page.
- Select the latest successful workflow run.
- Scroll down to the Artifacts section.
- Click on
electron-windows-installer.zipto download it. - Extract and run the
.exeinstaller.
- Fully automated CI/CD pipeline with GitHub Actions.
- Windows installer generated with
electron-builder. - No need to build manuallyโGitHub compiles everything for you.
Every time code is pushed to the main branch, GitHub Actions will:
- Install dependencies.
- Build the Electron app for Windows.
- Upload the installer to GitHub Actions Artifacts.
This project is licensed under the MIT License.