Skip to content

Commit ee48e13

Browse files
Update build.yml
1 parent a0fca3a commit ee48e13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ jobs:
2424
- name: Install dependencies
2525
run: pnpm install
2626
- name: Build/release Electron app
27-
uses: samuelmeuli/action-electron-builder@v1
27+
uses: cryogenicplanet/action-electron-builder@v2
2828
with:
2929
# GitHub token, automatically provided to the action
3030
# (No need to define this secret in the repo settings)
3131
github_token: ${{ secrets.github_token }}
32+
skip_install: true
3233

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

0 commit comments

Comments
 (0)