ci: Adapt to changes to package.json

This commit is contained in:
Elian Doran 2024-07-20 23:34:52 +03:00
parent a5f7a3a029
commit 6c36c47135
No known key found for this signature in database

View File

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