name: Build flatpak on: push: branches: [main] jobs: flatpak: name: "Flatpak" runs-on: ubuntu-latest container: image: bilelmoussaoui/flatpak-github-actions:gnome-nightly options: --privileged steps: - name: Checkout uses: actions/checkout@v3.0.2 - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4 with: bundle: com.github.AdwCustomizerTeam.AdwCustomizer.flatpak manifest-path: com.github.AdwCustomizerTeam.AdwCustomizer.json cache-key: flatpak-builder-${{ github.sha }}