diff --git a/.github/workflows/electron-release.yml b/.github/workflows/electron-release.yml index b9971d6..e6e57f0 100644 --- a/.github/workflows/electron-release.yml +++ b/.github/workflows/electron-release.yml @@ -38,7 +38,7 @@ jobs: cache: "npm" - name: Install dependencies - run: npm ci + run: npm install - name: Build and publish Electron app run: npm run dist:${{ matrix.platform }}