1
0
Fork 0

adding more logging

pull/1700/head
Vallie Joseph 2024-03-28 18:38:52 +00:00
parent 73f526b642
commit 26b62e0fd5
1 changed files with 1 additions and 0 deletions

View File

@ -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)