mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
ci: Adapt to changes to package.json
This commit is contained in:
parent
a5f7a3a029
commit
6c36c47135
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -12,10 +12,10 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
run: npm ci
|
||||
|
||||
- name: Run installer build
|
||||
run: npm run make
|
||||
run: npm run make-electron
|
||||
|
||||
- name: Publish installer artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user