Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 6c36c47

Browse files
committed
ci: Adapt to changes to package.json
1 parent a5f7a3a commit 6c36c47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
uses: actions/checkout@v4
1313

1414
- name: Install dependencies
15-
run: npm install
15+
run: npm ci
1616

1717
- name: Run installer build
18-
run: npm run make
18+
run: npm run make-electron
1919

2020
- name: Publish installer artifact
2121
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)