File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Desktop package apps
2
+ on : [push, workflow_dispatch]
3
+
4
+ jobs :
5
+ package :
6
+ name : Package desktop apps
7
+ runs-on : ubuntu-latest
8
+
9
+ steps :
10
+ - uses : actions/checkout@v4
11
+
12
+ - name : Setup
13
+ uses : ./.github/actions/setup
14
+
15
+ - name : Package app
16
+ run : ./gradlew copyBrandingToCommonResources package
17
+
18
+ - name : Conveyor make site
19
+ uses : hydraulic-software/conveyor/actions/build@v18.0
20
+ with :
21
+ command : make site
22
+ signing_key : ${{ secrets.CONVEYOR_SIGNING_KEY }}
23
+ agree_to_license : 1
24
+
25
+ - name : Upload artifacts
26
+ uses : actions/upload-artifact@v4
27
+ with :
28
+ name : apps
29
+ path : output
Original file line number Diff line number Diff line change 21
21
url-schemes = [ ooni ]
22
22
23
23
icons = "icons/app.svg"
24
+
25
+ machines = ["windows.amd64", "mac"]
24
26
}
25
27
26
28
app.linux.desktop-file."Desktop Entry" {
You can’t perform that action at this time.
0 commit comments