name: Build flatpak nightly on: push: branches: [next] 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.Devel.flatpak manifest-path: com.github.AdwCustomizerTeam.AdwCustomizer.Devel.json cache-key: flatpak-builder-${{ github.sha }}-nightly