From be342ff592b87767fc75b2926ad83befe70a3220 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sun, 7 Apr 2024 19:25:27 +1000 Subject: [PATCH] CI: Fix incorrect flatpak cache key --- .github/workflows/rolling-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rolling-release.yml b/.github/workflows/rolling-release.yml index 6836e109b..f32fc5c3d 100644 --- a/.github/workflows/rolling-release.yml +++ b/.github/workflows/rolling-release.yml @@ -322,7 +322,7 @@ jobs: branch: master cache: true restore-cache: true - cache-key: flatpak-x64-${{ hashFiles('.scripts/flatpak/**/*.json') }} + cache-key: flatpak-x64-${{ hashFiles('scripts/flatpak/**/*.json') }} # fails due to screenshots.. #- name: Validate build