mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-01 07:03:17 +08:00
update tests
This commit is contained in:
@@ -97,7 +97,7 @@ export async function streamExtractExternal(
|
||||
core.debug(`Extracting artifact entry: ${fullPath}`)
|
||||
entry.pipe(createWriteStream(fullPath))
|
||||
})
|
||||
.on('close', () => {
|
||||
.on('end', () => {
|
||||
clearTimeout(timer)
|
||||
resolve()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user