mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-28 02:48:03 +08:00
updating io package
This commit is contained in:
@@ -362,4 +362,4 @@ async function copyFile(
|
|||||||
} else if (!(await ioUtil.exists(destFile)) || force) {
|
} else if (!(await ioUtil.exists(destFile)) || force) {
|
||||||
await ioUtil.copyFile(srcFile, destFile)
|
await ioUtil.copyFile(srcFile, destFile)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user