ci: Improve workflow

This commit is contained in:
Elian Doran 2024-07-21 00:02:43 +03:00
parent 3ac643b3ac
commit f49008bf21
No known key found for this signature in database

View File

@ -11,14 +11,18 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Set up node & dependencies
uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- run: npm ci
- name: Run installer build
run: npm run make-electron
- name: Publish installer artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: TriliumNext Notes for Windows (.exe)
path: out/make/squirrel.windows/x64/*.exe