From 1ad3f86f7cbb482dd8e2df8fd1af0074d78518a7 Mon Sep 17 00:00:00 2001 From: XargonWan <6771419+XargonWan@users.noreply.github.com> Date: Wed, 6 Apr 2022 20:54:48 +0900 Subject: [PATCH] Update cooker.yml --- .github/workflows/cooker.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml index 1331dac4..36ae8da8 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -23,6 +23,7 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Prepearing enviornment run: | git submodule init @@ -35,8 +36,8 @@ jobs: # 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 - - name: Build Flatpak + - name: Build Flatpak + uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4 with: bundle: RetroDECK.flatpak manifest-path: com.xargon.retrodeck.yml