From 6c36c47135bdbe9a7c882c49f7610a555df7480c Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 20 Jul 2024 23:34:52 +0300 Subject: [PATCH] ci: Adapt to changes to package.json --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 975074bbb..63fcb9c08 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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