From 9e76f2f1ba80bcdd4d0cc8bae25c60fce4ca7e4e Mon Sep 17 00:00:00 2001 From: Xargon Wan Date: Fri, 6 May 2022 17:10:28 +0900 Subject: [PATCH] ARTIFACTS: removed maybe unuseful cd commands --- .github/workflows/cooker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml index d256a3e3..b790299d 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -182,7 +182,7 @@ jobs: - name: Bulding part 1 - Until the end #if: steps.cache-cooker.outputs.cache-hit != 'true' run: | - cd $GITHUB_WORKSPACE + #cd $GITHUB_WORKSPACE sudo flatpak-builder --build-only --user --repo=local retrodeck-flatpak-cooker net.retrodeck.retrodeck.yml - name: Compressing cache @@ -234,7 +234,7 @@ jobs: - name: Finishing build #if: steps.cache-cooker.outputs.cache-hit != 'true' run: | - cd $GITHUB_WORKSPACE + #cd $GITHUB_WORKSPACE sudo flatpak-builder --finish-only --user --repo=local retrodeck-flatpak-cooker net.retrodeck.retrodeck.yml - name: Compressing cache @@ -286,7 +286,7 @@ jobs: - name: Build bundle #if: steps.cache-cooker.outputs.cache-hit != 'true' run: | - cd $GITHUB_WORKSPACE + #cd $GITHUB_WORKSPACE sudo flatpak build-bundle local RetroDECK.flatpak net.retrodeck.retrodeck - name: Compressing cache