Skip to content

Build Electron Installer #4

Build Electron Installer

Build Electron Installer #4

Workflow file for this run

name: Build Electron Installer
on:
release:
types: [created]
jobs:
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run build
- name: Upload installer to release
uses: softprops/action-gh-release@v2
with:
files: dist/*.exe