mirror of
https://github.com/jellyfin/jellyfin-mpv-shim.git
synced 2024-12-03 11:40:48 +00:00
Cache key needs a dot in it.
This commit is contained in:
parent
04390358a2
commit
025147fdae
@ -34,7 +34,7 @@ jobs:
|
||||
displayName: gen_pkg fingerprint
|
||||
- task: Cache@2
|
||||
inputs:
|
||||
key: 'az-cache-fingerprint | "$(Agent.OS)"'
|
||||
key: 'az-cache-fingerprint.list | "$(Agent.OS)"'
|
||||
path: az_cache
|
||||
displayName: Cache gen_pkg
|
||||
|
||||
@ -103,7 +103,7 @@ jobs:
|
||||
displayName: gen_pkg fingerprint
|
||||
- task: Cache@2
|
||||
inputs:
|
||||
key: 'az-cache-fingerprint | "$(Agent.OS)"'
|
||||
key: 'az-cache-fingerprint.list | "$(Agent.OS)"'
|
||||
path: az_cache
|
||||
displayName: Cache gen_pkg
|
||||
|
||||
|
@ -61,7 +61,7 @@ then
|
||||
get_resource_version pyinstaller/pyinstaller
|
||||
get_resource_version iwalton3/jellyfin-web
|
||||
get_resource_version iwalton3/default-shader-pack
|
||||
) | tee az-cache-fingerprint
|
||||
) | tee az-cache-fingerprint.list
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user