-
-
Notifications
You must be signed in to change notification settings - Fork 208
33 lines (28 loc) · 656 Bytes
/
Copy pathbuild_all.yml
File metadata and controls
33 lines (28 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: BuildAll
on: workflow_dispatch
jobs:
buildAssets:
uses: ./.github/workflows/part_assets.yml
with:
icons-free: true
icons-non-free: true
permissions:
contents: read
buildLinux-AppImage:
needs: buildAssets
uses: ./.github/workflows/part_appimage.yml
secrets: inherit
permissions:
contents: read
buildLinux-Flatpak:
needs: buildAssets
uses: ./.github/workflows/part_flatpak.yml
secrets: inherit
permissions:
contents: read
buildWin-X64:
needs: buildAssets
uses: ./.github/workflows/part_win_x64.yml
secrets: inherit
permissions:
contents: read