Add github action to build flatpak bundle

This commit is contained in:
heliguy
2023-09-02 14:03:16 -04:00
parent 4fac8966dd
commit 31fb7d7fc7
2 changed files with 22 additions and 1 deletions

21
.github/workflows/flatpak-builder.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
on:
push:
branches: [main]
pull_request:
name: Flatpak Builder
jobs:
build:
name: Build
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
options: --privileged
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Flatpak Builder
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.1
with:
bundle: io.github.heliguy4599.FlattoolGUI.flatpak
manifest-path: io.github.heliguy4599.FlattoolGUI.flatpak.json