mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-12 15:18:27 -05:00
Start writing GitHub Actions workflow
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user