mirror of https://github.com/stenzek/duckstation
CI: Fix cache key in upload caches workflow
This commit is contained in:
parent
6062f5e2f8
commit
93f62c4292
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
path: |
|
||||
dep/msvc/deps-arm64
|
||||
dep/msvc/deps-x64
|
||||
key: deps ${{ hashFiles('scripts/deps/build-dependencies-windows-arm64.bat', 'scripts/deps/build-dependencies-windows-x64.bat') }}
|
||||
key: deps ${{ hashFiles('scripts/deps/build-dependencies-windows-arm64.bat', 'scripts/deps/build-dependencies-windows-x64.bat', 'scripts/deps/versions') }}
|
||||
|
||||
- name: Zip Cache Files
|
||||
if: steps.cache-deps.outputs.cache-hit == 'true'
|
||||
|
|
|
|||
Loading…
Reference in New Issue