mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 05:45:38 +00:00
CI: Fix incorrect flatpak cache key
This commit is contained in:
parent
7dbe021a75
commit
be342ff592
2
.github/workflows/rolling-release.yml
vendored
2
.github/workflows/rolling-release.yml
vendored
|
@ -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…
Reference in a new issue