@@ -31,30 +31,30 @@ jobs:
3131 node-version : 20
3232 cache : " npm"
3333 - run : npm ci
34- - name : Run installer build (x86_64)
35- - run : |
34+ - name : Run MacOS installer build (x86_64)
35+ run : |
3636 npm run update-build-info
3737 npm run make-electron -- --arch="x64"
38- - name : Publish zip artifact (x86_64)
38+ - name : Publish MacOS zip artifact (x86_64)
3939 uses : actions/upload-artifact@v4
4040 with :
4141 name : TriliumNext Notes for MacOS (x86_64)
4242 path : out/make/zip/darwin/x64/*.zip
43- - name : Publish installer artifact (x86_64)
43+ - name : Publish MacOS installer artifact (x86_64)
4444 uses : actions/upload-artifact@v4
4545 with :
4646 name : TriliumNext Notes for MacOS (Setup) (x86_64)
4747 path : out/make/*-x64.dmg
48- - name : Run installer build (arm64)
49- - run : |
48+ - name : Run MacOS installer build (arm64)
49+ run : |
5050 npm run update-build-info
5151 npm run make-electron -- --arch="arm64"
52- - name : Publish zip artifact (arm64)
52+ - name : Publish MacOS zip artifact (arm64)
5353 uses : actions/upload-artifact@v4
5454 with :
5555 name : TriliumNext Notes for MacOS (arm64)
5656 path : out/make/zip/darwin/arm64/*.zip
57- - name : Publish installer artifact (arm64)
57+ - name : Publish MacOS installer artifact (arm64)
5858 uses : actions/upload-artifact@v4
5959 with :
6060 name : TriliumNext Notes for MacOS (Setup) (arm64)
@@ -70,30 +70,30 @@ jobs:
7070 node-version : 20
7171 cache : " npm"
7272 - run : npm ci
73- - name : Run installer build (x86_64)
73+ - name : Run Linux installer build (x86_64)
7474 run : |
7575 npm run update-build-info
7676 npm run make-electron -- --arch="x64"
77- - name : Publish zip artifact (x86_64)
77+ - name : Publish Linux zip artifact (x86_64)
7878 uses : actions/upload-artifact@v4
7979 with :
8080 name : TriliumNext Notes for Linux
8181 path : out/make/zip/linux/x64/*.zip
82- - name : Publish installer artifact (x86_64)
82+ - name : Publish Linux installer artifact (x86_64)
8383 uses : actions/upload-artifact@v4
8484 with :
8585 name : TriliumNext Notes for Linux (Setup)
8686 path : out/make/deb/x64/*.deb
87- - name : Run installer build (arm64)
87+ - name : Run Linux installer build (arm64)
8888 run : |
8989 npm run update-build-info
9090 npm run make-electron -- --arch="arm64"
91- - name : Publish zip artifact (arm64)
91+ - name : Publish Linux zip artifact (arm64)
9292 uses : actions/upload-artifact@v4
9393 with :
9494 name : TriliumNext Notes for Linux
9595 path : out/make/zip/linux/arm64/*.zip
96- - name : Publish installer artifact (arm64)
96+ - name : Publish Linux installer artifact (arm64)
9797 uses : actions/upload-artifact@v4
9898 with :
9999 name : TriliumNext Notes for Linux (Setup)
@@ -109,7 +109,8 @@ jobs:
109109 node-version : 20
110110 cache : " npm"
111111 - run : npm ci
112- - run : |
112+ - name : Run Linux server build (x86_64)
113+ run : |
113114 npm run update-build-info
114115 ./bin/build-server.sh
115116 - uses : actions/upload-artifact@v4
@@ -127,16 +128,16 @@ jobs:
127128 node-version : 20
128129 cache : " npm"
129130 - run : npm ci
130- - name : Run installer build
131+ - name : Run Windows installer build (x86_64)
131132 run : |
132133 npm run update-build-info
133134 npm run make-electron
134- - name : Publish zip artifact
135+ - name : Publish Windows zip artifact (x86_64)
135136 uses : actions/upload-artifact@v4
136137 with :
137138 name : TriliumNext Notes for Windows
138139 path : out/make/zip/win32/x64/*.zip
139- - name : Publish installer artifact
140+ - name : Publish Windows installer artifact (x86_64)
140141 uses : actions/upload-artifact@v4
141142 with :
142143 name : TriliumNext Notes for Windows (Setup)
0 commit comments