-
-
Notifications
You must be signed in to change notification settings - Fork 16
26 lines (23 loc) · 947 Bytes
/
flatpak.yml
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
#-------------------------------------------------------------------------------
# Workflow configuration
#-------------------------------------------------------------------------------
name: "Flatpak build"
on: workflow_dispatch
#-------------------------------------------------------------------------------
# Workflow jobs
#-------------------------------------------------------------------------------
jobs:
## GNU/Linux flatpak build ###################################################
build-flatpak:
name: "Flatpak build"
runs-on: ubuntu-20.04
container:
image: bilelmoussaoui/flatpak-github-actions:freedesktop-24.08
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
with:
bundle: toolblex.flatpak
manifest-path: assets/linux/toolblex.flatpak.yml
cache-key: flatpak-builder-${{ github.sha }}