1
0
Fork 0
mirror of https://github.com/actions/toolkit synced 2025-05-09 08:33:00 +00:00

Adding buffer and zlib options

This commit is contained in:
Vallie Joseph 2024-03-28 14:32:03 +00:00
parent 4090623397
commit 13d981a863
7 changed files with 699 additions and 35 deletions

View file

@ -109,10 +109,10 @@ export async function uploadArtifact(
`Artifact ${name}.zip successfully finalized. Artifact ID ${artifactId}`
)
// if (core.isDebug()) {
setTimeout(function () {
core.debug('Processes keeping upload stream running:')
whyIsNodeRunning()
}, 500)
setTimeout(function () {
core.debug('Processes keeping upload stream running:')
whyIsNodeRunning()
}, 500)
// }
//