CI: Fix incorrect flatpak cache key

pull/3155/head
Stenzek 2 years ago
parent 7dbe021a75
commit be342ff592
No known key found for this signature in database

@ -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

Loading…
Cancel
Save