mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-05 00:23:15 +08:00
Remove other debug statements
This commit is contained in:
@@ -51,7 +51,6 @@ export async function createZipUploadStream(
|
||||
createReadStream(file.sourcePath),
|
||||
{name: file.destinationPath},
|
||||
function (err, entry) {
|
||||
core.info(`Entry is: ${entry}`)
|
||||
if (err) reject(err)
|
||||
else resolve(entry)
|
||||
}
|
||||
@@ -62,7 +61,6 @@ export async function createZipUploadStream(
|
||||
null,
|
||||
{name: `${file.destinationPath}/`},
|
||||
function (err, entry) {
|
||||
core.info(`Entry is: ${entry}`)
|
||||
if (err) reject(err)
|
||||
else resolve(entry)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user