ci: Adapt to changes to package.json

pull/255/head
Elian Doran 2024-07-20 23:34:52 +07:00
parent a5f7a3a029
commit 6c36c47135
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

@ -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