mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-01 18:03:18 +08:00
Add debug message for uploadResponse
This commit is contained in:
3
packages/cache/src/cache.ts
vendored
3
packages/cache/src/cache.ts
vendored
@@ -518,7 +518,8 @@ async function saveCacheV2(
|
||||
}
|
||||
|
||||
core.debug(`Attempting to upload cache located at: ${archivePath}`)
|
||||
await uploadCacheFile(response.signedUploadUrl, archivePath)
|
||||
const uploadResponse = await uploadCacheFile(response.signedUploadUrl, archivePath)
|
||||
core.debug(`Download response status: ${uploadResponse._response.status}`)
|
||||
|
||||
const finalizeRequest: FinalizeCacheEntryUploadRequest = {
|
||||
key,
|
||||
|
||||
Reference in New Issue
Block a user