Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasLukasczyk committed Sep 19, 2023
1 parent dd8dbf0 commit 956927f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 956927f

Please sign in to comment.