From 3b57c72cfcce592c2b871e96ab31e4ce57987182 Mon Sep 17 00:00:00 2001 From: Xargon Wan Date: Sat, 30 Apr 2022 21:45:57 +0900 Subject: [PATCH] New workflow: different approach - fix4 --- .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 ff237c31..93f94383 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -36,7 +36,7 @@ jobs: # id: cache-cooker # uses: actions/cache@v2 # with: - # path: ./*flatpak* + # path: /home/runner/work/RetroDECK # key: ${{ runner.os }}-cache Job2_-_Downloading_Sources: @@ -60,7 +60,7 @@ jobs: id: cache-cooker uses: actions/cache@v2 with: - path: ./*flatpak* + path: /home/runner/work/RetroDECK key: ${{ runner.os }}-cache Job3_-_Building_part_1: @@ -84,7 +84,7 @@ jobs: id: cache-cooker uses: actions/cache@v2 with: - path: ./*flatpak* + path: /home/runner/work/RetroDECK key: ${{ runner.os }}-cache Job4_-_Building_part_2: