mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
Publish installer artifact
This commit is contained in:
parent
fe82b1d2d6
commit
4c1bc10d0f
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@ -9,8 +9,16 @@ jobs:
|
|||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Run installer build
|
- name: Run installer build
|
||||||
run: npm run make
|
run: npm run make
|
||||||
|
|
||||||
|
- name: Publish installer artifact
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: Trilium Notes for Windows (.exe)
|
||||||
|
path: out/make/squirrel.windows/x64/*.exe
|
Loading…
x
Reference in New Issue
Block a user