You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/electron.yml
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: Electron Release
2
2
3
-
# This workflow is responsible for automatically building and releasing the electron app on pushes to the master branch. Build specific configurations are set in electron-builder.yml.
3
+
# This workflow is responsible for automatically building and releasing the electron app on pushes to the master branch. Build specific configurations are set in electron-builder.yml.
4
4
5
5
# When ready to release a new version:
6
6
# 1. create a draft release and set tag to the new version
@@ -34,15 +34,15 @@ jobs:
34
34
35
35
steps:
36
36
- name: Check out Git repository
37
-
uses: actions/checkout@v1
37
+
uses: actions/checkout@v3
38
38
39
39
- name: Install Node.js, NPM and Yarn
40
-
uses: actions/setup-node@v1
40
+
uses: actions/setup-node@v3
41
41
with:
42
-
node-version: 14
42
+
node-version: '18.x'
43
43
44
44
- name: Build/release Electron app
45
-
uses: samuelmeuli/action-electron-builder@v1
45
+
uses: peterzepf/action-electron-builder@1.6.1
46
46
with:
47
47
# GitHub token, automatically provided to the action
48
48
# (No need to define this secret in the repo settings)
0 commit comments