File tree 2 files changed +34
-34
lines changed
2 files changed +34
-34
lines changed Original file line number Diff line number Diff line change 1
- name : Build Electron
2
-
3
- on :
4
- push :
5
- branches : [ "master" ]
6
- pull_request :
7
- branches : [ "master" ]
8
-
9
- jobs :
10
- build :
11
-
12
- runs-on : ubuntu-latest
13
- permissions :
14
- contents : read
15
-
16
- steps :
17
- - uses : actions/checkout@v4
18
- - uses : actions/setup-node@v4
19
- with :
20
- node-version : 18
21
-
22
- - name : Install Packages
23
- working-directory : ./launcher
24
- run : npm ci
25
-
26
- - name : Build Launcher
27
- working-directory : ./launcher
28
- run : npm run start
29
-
30
- - name : Capture Build Artifacts
31
- uses : actions/upload-artifact@v3
32
- with :
33
- name : Launcher Artifacts
34
- path : launcher/out/make/
1
+ name : Build Electron
2
+
3
+ on :
4
+ push :
5
+ branches : [ "master" ]
6
+ pull_request :
7
+ branches : [ "master" ]
8
+
9
+ jobs :
10
+ build :
11
+
12
+ runs-on : ubuntu-latest
13
+ permissions :
14
+ contents : read
15
+
16
+ steps :
17
+ - uses : actions/checkout@v4
18
+ - uses : actions/setup-node@v4
19
+ with :
20
+ node-version : 18
21
+
22
+ - name : Install Packages
23
+ working-directory : ./launcher
24
+ run : npm ci
25
+
26
+ - name : Build Launcher
27
+ working-directory : ./launcher
28
+ run : npm run start
29
+
30
+ - name : Capture Build Artifacts
31
+ uses : actions/upload-artifact@v3
32
+ with :
33
+ name : Launcher Artifacts
34
+ path : launcher/out/make/
File renamed without changes.
You can’t perform that action at this time.
0 commit comments