mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-04 11:53:22 +08:00
wait on write stream
This commit is contained in:
@@ -53,6 +53,7 @@ export async function createZipUploadStream(
|
||||
}
|
||||
)
|
||||
} else {
|
||||
// add directory to zip
|
||||
zip.entry(null, {name: file.destinationPath}, function (err, entry) {
|
||||
core.debug(`Entry is: ${entry}`)
|
||||
if (err) reject(err)
|
||||
|
||||
Reference in New Issue
Block a user