diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml index d2bc1ce7..c227293e 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -30,15 +30,17 @@ jobs: git submodule init git submodule update - - name: Initializing Flatpak Builder - uses: bilelmoussaoui/flatpak-github-actions@v2 - # Runs a set of commands using the runners shell - - name: Building flatpak - run: | - flatpak-builder --user --install --force-clean retrodeck-flatpak com.xargon.retrodeck.yml - flatpak-builder --repo=local --force-clean localrepo com.xargon.retrodeck.yml - flatpak build-bundle local RetroDECK.flatpak com.xargon.retrodeck + #- name: Building flatpak + # run: | + # flatpak-builder --user --install --force-clean retrodeck-flatpak com.xargon.retrodeck.yml + # flatpak-builder --repo=local --force-clean localrepo com.xargon.retrodeck.yml + # flatpak build-bundle local RetroDECK.flatpak com.xargon.retrodeck + - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4 + with: + bundle: RetroDECK.flatpak + manifest-path: com.xargon.retrodeck.yml + cache-key: flatpak-builder-${{ github.sha }} - name: Publish the flatpak in a new cooker release uses: ncipollo/release-action@v1