mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-25 13:16:11 +03:00
23 lines
533 B
YAML
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
|