File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-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 : Run Conveyor
16
+ uses : hydraulic-software/conveyor/actions/build@v18.0
17
+ with :
18
+ command : make site
19
+ signing_key : ${{ secrets.CONVEYOR_SIGNING_KEY }}
20
+ agree_to_license : 1
21
+
22
+ - name : Upload artifacts
23
+ uses : actions/upload-artifact@v4
24
+ with :
25
+ name : apps
26
+ 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