Skip to content

Commit c6780a0

Browse files
authored
Merge pull request #62 from oslabs-beta/fixing-electron-build
Fixing electron build
2 parents 85bac70 + ffc73cc commit c6780a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/electron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
node-version: '18.x'
4343

4444
- name: Build/release Electron app
45-
uses: samuelmeuli/action-electron-builder@v1
45+
uses: peterzepf/action-electron-builder@1.6.1
4646
with:
4747
# GitHub token, automatically provided to the action
4848
# (No need to define this secret in the repo settings)

0 commit comments

Comments
 (0)