diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 78e431a9..3abd1e49 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,11 +20,14 @@ jobs: with: node-version: 16.13 + - name: Install dependencies + run: npm ci + - name: Build/release Electron app uses: samuelmeuli/action-electron-builder@v1 with: build_script_name: build - args: --config .electron-builder.config.js --publish always + # args: --config .electron-builder.config.js --publish always # GitHub token, automatically provided to the action # (No need to define this secret in the repo settings) github_token: ${{ secrets.github_token }}