Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjonstrup committed Dec 29, 2023
1 parent a0fca3a commit ee48e13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1
uses: cryogenicplanet/action-electron-builder@v2
with:
# GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings)
github_token: ${{ secrets.github_token }}
skip_install: true

# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
Expand Down

0 comments on commit ee48e13

Please sign in to comment.