Skip to content

Commit

Permalink
fix: use forked version of electron-builder action
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaclen committed Aug 25, 2023
1 parent f17563f commit 54573cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
APP_VERSION: ${{ needs.tag.outputs.new_release_git_tag }}

- name: Build & release Electron app
uses: samuelmeuli/action-electron-builder@v1.6.0
uses: coparse-inc/action-electron-builder@v1.0.0
with:
github_token: ${{ secrets.github_token }}
build_script_name: "package:electron"
Expand Down

0 comments on commit 54573cb

Please sign in to comment.