From 8a910270f3a88c19e1a8516e70f9f95857fb055e Mon Sep 17 00:00:00 2001 From: Xargon Date: Fri, 13 May 2022 00:21:47 +0900 Subject: [PATCH] Job6 - Specified local repo location --- .github/workflows/cooker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml index 980c2f28..afd05f77 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -291,7 +291,7 @@ jobs: #if: steps.cache-cooker.outputs.cache-hit != 'true' run: | #cd $GITHUB_WORKSPACE - sudo flatpak build-bundle local RetroDECK.flatpak net.retrodeck.retrodeck + sudo flatpak build-bundle $GITHUB_WORKSPACE/local RetroDECK.flatpak net.retrodeck.retrodeck - name: Compressing cache run: |