diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml new file mode 100644 index 0000000..bb4b59a --- /dev/null +++ b/.github/workflows/flatpak.yml @@ -0,0 +1,21 @@ +name: Flatpak + +on: + push: + branches: [main] + pull_request: + +jobs: + flatpak: + name: "Flatpak" + runs-on: ubuntu-latest + container: + image: bilelmoussaoui/flatpak-github-actions:gnome-44 + options: --privileged + steps: + - uses: actions/checkout@v3 + - uses: flatpak/flatpak-github-actions/flatpak-builder@v6.1 + with: + bundle: xyz.ketok.Speedtest.flatpak + manifest-path: ../../xyz.ketok.Speedtest.yml + cache-key: flatpak-builder-${{ github.sha }}