We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0fca3a commit ee48e13Copy full SHA for ee48e13
.github/workflows/build.yml
@@ -24,11 +24,12 @@ jobs:
24
- name: Install dependencies
25
run: pnpm install
26
- name: Build/release Electron app
27
- uses: samuelmeuli/action-electron-builder@v1
+ uses: cryogenicplanet/action-electron-builder@v2
28
with:
29
# GitHub token, automatically provided to the action
30
# (No need to define this secret in the repo settings)
31
github_token: ${{ secrets.github_token }}
32
+ skip_install: true
33
34
# If the commit is tagged with a version (e.g. "v1.0.0"),
35
# release the app after building
0 commit comments