ghostty/.github/workflows/flatpak.yml
Mitchell Hashimoto 533cfbc9b8 ci: add flatpak builder
2023-02-27 14:37:52 -08:00

23 lines
533 B
YAML

on: [push]
name: Flatpak
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-43
options: --privileged
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
- uses: flatpak/flatpak-github-actions/flatpak-builder@v4
with:
bundle: ghostty.flatpak
manifest-path: com.mitchellh.ghostty.yml
branch: tip
cache-key: flatpak-builder-${{ github.sha }}-v1