mirror of
https://github.com/actions/cache.git
synced 2025-07-13 20:11:48 +02:00
Add support to opt-in enable cross-os caching on windows
This commit is contained in:
@ -14,6 +14,10 @@ inputs:
|
||||
upload-chunk-size:
|
||||
description: 'The chunk size used to split up large files during upload, in bytes'
|
||||
required: false
|
||||
enableCrossOsArchive:
|
||||
description: 'An optional boolean enabled to save and restore cache on windows which could be restored and saved on any platform'
|
||||
default: 'false'
|
||||
required: false
|
||||
outputs:
|
||||
cache-hit:
|
||||
description: 'A boolean value to indicate an exact match was found for the primary key'
|
||||
|
Reference in New Issue
Block a user