mirror of
https://github.com/actions/toolkit.git
synced 2026-08-13 00:00:44 +02:00
Implement cache v2
This commit is contained in:
Vendored
+1
-1
@@ -229,7 +229,7 @@ export async function saveCache(
|
||||
// inputs:
|
||||
// - getSignedUploadURL
|
||||
// - archivePath
|
||||
core.debug(`Saving Cache v2: ${archivePath}`)
|
||||
core.info(`Saving Cache v2: ${archivePath}`)
|
||||
await UploadCache(signedUploadURL, archivePath)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user