matrix-client/.github/workflows/flatpak.yml

20 lines
565 B
YAML

on:
push:
branches: [main]
pull_request:
name: CI
jobs:
flatpak-builder:
name: "Flatpak Builder"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:freedesktop-22.08
options: --privileged
steps:
- uses: actions/checkout@v3
- uses: flatpak/flatpak-github-actions/flatpak-builder@v4
with:
bundle: "mtrnords-matrix-client-nightly.flatpak"
manifest-path: "build-aux/space.midnightthoughts.matrix_client.yml"
cache-key: flatpak-builder-${{ github.sha }}