mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
Start writing GitHub Actions workflow
This commit is contained in:
parent
a5c150baba
commit
fe82b1d2d6
16
.github/workflows/release.yml
vendored
Normal file
16
.github/workflows/release.yml
vendored
Normal file
@ -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
|
@ -10,6 +10,7 @@
|
|||||||
"email": "zadam.apps@gmail.com",
|
"email": "zadam.apps@gmail.com",
|
||||||
"url": "https://github.com/zadam"
|
"url": "https://github.com/zadam"
|
||||||
},
|
},
|
||||||
|
"copyright": "",
|
||||||
"bin": {
|
"bin": {
|
||||||
"trilium": "./src/www"
|
"trilium": "./src/www"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user