forked from TableProApp/TablePro
-
Notifications
You must be signed in to change notification settings - Fork 0
32 lines (30 loc) · 882 Bytes
/
Copy pathflatpak-linux.yml
File metadata and controls
32 lines (30 loc) · 882 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
name: Flatpak Linux
on:
push:
branches: [linux, "linux/**", "feat/linux-**"]
paths:
- "linux/**"
- ".github/workflows/flatpak-linux.yml"
pull_request:
paths:
- "linux/**"
- ".github/workflows/flatpak-linux.yml"
workflow_dispatch:
jobs:
flatpak:
name: flatpak-builder
runs-on: ubuntu-24.04
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-47
options: --privileged
steps:
- uses: actions/checkout@v5
with:
ref: ${{ github.event_name == 'schedule' && 'linux' || github.ref }}
- name: Build Flatpak
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: tablepro.flatpak
manifest-path: linux/flatpak/com.tablepro.linux.json
cache-key: flatpak-builder-${{ github.sha }}
upload-artifact: true