@@ -31,30 +31,30 @@ jobs:
31
31
node-version : 20
32
32
cache : " npm"
33
33
- run : npm ci
34
- - name : Run installer build (x86_64)
35
- - run : |
34
+ - name : Run MacOS installer build (x86_64)
35
+ run : |
36
36
npm run update-build-info
37
37
npm run make-electron -- --arch="x64"
38
- - name : Publish zip artifact (x86_64)
38
+ - name : Publish MacOS zip artifact (x86_64)
39
39
uses : actions/upload-artifact@v4
40
40
with :
41
41
name : TriliumNext Notes for MacOS (x86_64)
42
42
path : out/make/zip/darwin/x64/*.zip
43
- - name : Publish installer artifact (x86_64)
43
+ - name : Publish MacOS installer artifact (x86_64)
44
44
uses : actions/upload-artifact@v4
45
45
with :
46
46
name : TriliumNext Notes for MacOS (Setup) (x86_64)
47
47
path : out/make/*-x64.dmg
48
- - name : Run installer build (arm64)
49
- - run : |
48
+ - name : Run MacOS installer build (arm64)
49
+ run : |
50
50
npm run update-build-info
51
51
npm run make-electron -- --arch="arm64"
52
- - name : Publish zip artifact (arm64)
52
+ - name : Publish MacOS zip artifact (arm64)
53
53
uses : actions/upload-artifact@v4
54
54
with :
55
55
name : TriliumNext Notes for MacOS (arm64)
56
56
path : out/make/zip/darwin/arm64/*.zip
57
- - name : Publish installer artifact (arm64)
57
+ - name : Publish MacOS installer artifact (arm64)
58
58
uses : actions/upload-artifact@v4
59
59
with :
60
60
name : TriliumNext Notes for MacOS (Setup) (arm64)
@@ -70,30 +70,30 @@ jobs:
70
70
node-version : 20
71
71
cache : " npm"
72
72
- run : npm ci
73
- - name : Run installer build (x86_64)
73
+ - name : Run Linux installer build (x86_64)
74
74
run : |
75
75
npm run update-build-info
76
76
npm run make-electron -- --arch="x64"
77
- - name : Publish zip artifact (x86_64)
77
+ - name : Publish Linux zip artifact (x86_64)
78
78
uses : actions/upload-artifact@v4
79
79
with :
80
80
name : TriliumNext Notes for Linux
81
81
path : out/make/zip/linux/x64/*.zip
82
- - name : Publish installer artifact (x86_64)
82
+ - name : Publish Linux installer artifact (x86_64)
83
83
uses : actions/upload-artifact@v4
84
84
with :
85
85
name : TriliumNext Notes for Linux (Setup)
86
86
path : out/make/deb/x64/*.deb
87
- - name : Run installer build (arm64)
87
+ - name : Run Linux installer build (arm64)
88
88
run : |
89
89
npm run update-build-info
90
90
npm run make-electron -- --arch="arm64"
91
- - name : Publish zip artifact (arm64)
91
+ - name : Publish Linux zip artifact (arm64)
92
92
uses : actions/upload-artifact@v4
93
93
with :
94
94
name : TriliumNext Notes for Linux
95
95
path : out/make/zip/linux/arm64/*.zip
96
- - name : Publish installer artifact (arm64)
96
+ - name : Publish Linux installer artifact (arm64)
97
97
uses : actions/upload-artifact@v4
98
98
with :
99
99
name : TriliumNext Notes for Linux (Setup)
@@ -109,7 +109,8 @@ jobs:
109
109
node-version : 20
110
110
cache : " npm"
111
111
- run : npm ci
112
- - run : |
112
+ - name : Run Linux server build (x86_64)
113
+ run : |
113
114
npm run update-build-info
114
115
./bin/build-server.sh
115
116
- uses : actions/upload-artifact@v4
@@ -127,16 +128,16 @@ jobs:
127
128
node-version : 20
128
129
cache : " npm"
129
130
- run : npm ci
130
- - name : Run installer build
131
+ - name : Run Windows installer build (x86_64)
131
132
run : |
132
133
npm run update-build-info
133
134
npm run make-electron
134
- - name : Publish zip artifact
135
+ - name : Publish Windows zip artifact (x86_64)
135
136
uses : actions/upload-artifact@v4
136
137
with :
137
138
name : TriliumNext Notes for Windows
138
139
path : out/make/zip/win32/x64/*.zip
139
- - name : Publish installer artifact
140
+ - name : Publish Windows installer artifact (x86_64)
140
141
uses : actions/upload-artifact@v4
141
142
with :
142
143
name : TriliumNext Notes for Windows (Setup)
0 commit comments