CI: Fix incorrect flatpak cache key

This commit is contained in:
Stenzek 2024-04-07 19:25:27 +10:00
parent 7dbe021a75
commit be342ff592
No known key found for this signature in database

View file

@ -322,7 +322,7 @@ jobs:
branch: master branch: master
cache: true cache: true
restore-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.. # fails due to screenshots..
#- name: Validate build #- name: Validate build