mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-19 11:31:19 +00:00
ci: add flatpak builder
This commit is contained in:
8
.github/workflows/flatpak.yml
vendored
8
.github/workflows/flatpak.yml
vendored
@@ -1,5 +1,4 @@
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
on: [push]
|
||||
|
||||
name: Flatpak
|
||||
|
||||
@@ -11,7 +10,10 @@ jobs:
|
||||
image: bilelmoussaoui/flatpak-github-actions:gnome-43
|
||||
options: --privileged
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
fetch-depth: 0
|
||||
- uses: flatpak/flatpak-github-actions/flatpak-builder@v4
|
||||
with:
|
||||
bundle: ghostty.flatpak
|
||||
|
||||
Reference in New Issue
Block a user