Skip to content

SkunkPlatform/Electron-CI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Electron App CI/CD ๐Ÿš€

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.

๐Ÿ“ฅ Download the Windows Installer

  1. Go to the GitHub Actions page.
  2. Select the latest successful workflow run.
  3. Scroll down to the Artifacts section.
  4. Click on electron-windows-installer.zip to download it.
  5. Extract and run the .exe installer.

๐Ÿ› ๏ธ Features

  • Fully automated CI/CD pipeline with GitHub Actions.
  • Windows installer generated with electron-builder.
  • No need to build manuallyโ€”GitHub compiles everything for you.

๐Ÿ—๏ธ How It Works

Every time code is pushed to the main branch, GitHub Actions will:

  1. Install dependencies.
  2. Build the Electron app for Windows.
  3. Upload the installer to GitHub Actions Artifacts.

๐Ÿ“„ License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published