mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
16 lines
310 B
YAML
16 lines
310 B
YAML
name: Release
|
|
|
|
on:
|
|
push:
|
|
|
|
jobs:
|
|
build-windows-installer:
|
|
name: Build Windows Installer
|
|
runs-on: windows-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v3
|
|
- name: Install dependencies
|
|
run: npm install
|
|
- name: Run installer build
|
|
run: npm run make |