mirror of https://github.com/actions/toolkit
run prettier
parent
1f087496ca
commit
46174ed573
packages/cache/src
|
@ -518,7 +518,10 @@ async function saveCacheV2(
|
||||||
}
|
}
|
||||||
|
|
||||||
core.debug(`Attempting to upload cache located at: ${archivePath}`)
|
core.debug(`Attempting to upload cache located at: ${archivePath}`)
|
||||||
const uploadResponse = await uploadCacheFile(response.signedUploadUrl, archivePath)
|
const uploadResponse = await uploadCacheFile(
|
||||||
|
response.signedUploadUrl,
|
||||||
|
archivePath
|
||||||
|
)
|
||||||
core.debug(`Download response status: ${uploadResponse._response.status}`)
|
core.debug(`Download response status: ${uploadResponse._response.status}`)
|
||||||
|
|
||||||
const finalizeRequest: FinalizeCacheEntryUploadRequest = {
|
const finalizeRequest: FinalizeCacheEntryUploadRequest = {
|
||||||
|
|
Loading…
Reference in New Issue