mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 13:59:08 +08:00
adding more logging
This commit is contained in:
parent
73f526b642
commit
26b62e0fd5
@ -63,6 +63,7 @@ export async function uploadZipToBlobStorage(
|
||||
maxConcurrency,
|
||||
options
|
||||
)
|
||||
core.info('Even more beginning upload of artifact content to blob storage')
|
||||
} catch (error) {
|
||||
if (NetworkError.isNetworkErrorCode(error?.code)) {
|
||||
throw new NetworkError(error?.code)
|
||||
|
Loading…
x
Reference in New Issue
Block a user