fix: use npm install instead of npm ci in electron workflow (#487)

This commit is contained in:
Dayuan Jiang
2026-01-01 17:42:39 +09:00
committed by GitHub
parent a22d7025a3
commit f240c494ac

View File

@@ -38,7 +38,7 @@ jobs:
cache: "npm" cache: "npm"
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm install
- name: Build and publish Electron app - name: Build and publish Electron app
run: npm run dist:${{ matrix.platform }} run: npm run dist:${{ matrix.platform }}