Skip to content

Merge pull request #148 from FrancescoCaracciolo/master #64

Merge pull request #148 from FrancescoCaracciolo/master

Merge pull request #148 from FrancescoCaracciolo/master #64

on:
push:
branches: [master]
name: Flatpak Build
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-24.04
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-47
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@master
with:
bundle: io.github.qwersyk.Newelle.flatpak
manifest-path: io.github.qwersyk.Newelle.json
cache-key: flatpak-builder-${{ github.sha }}