From 5bd3aee234bdf0c90339668275653221d1e20668 Mon Sep 17 00:00:00 2001 From: XargonWan <6771419+XargonWan@users.noreply.github.com> Date: Wed, 6 Apr 2022 20:31:43 +0900 Subject: [PATCH] Update cooker.yml --- .github/workflows/cooker.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) 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