diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml new file mode 100644 index 0000000..1d8f0d4 --- /dev/null +++ b/.github/workflows/flatpak.yml @@ -0,0 +1,20 @@ +name: flatpak + +on: + release: + types: [published] + +jobs: + flatpak: + name: "Flatpak" + runs-on: ubuntu-latest + container: + image: bilelmoussaoui/flatpak-github-actions:gnome-44 + options: --privileged + steps: + - uses: actions/checkout@v4 + - uses: flatpak/flatpak-github-actions/flatpak-builder@v6 + with: + bundle: mod-desktop.flatpak + manifest-path: audio.mod.mod-desktop.yaml + cache-key: flatpak-builder-${{ github.sha }}