mirror of https://github.com/actions/toolkit
updating io package
parent
474144201e
commit
1cb496414b
|
@ -362,4 +362,4 @@ async function copyFile(
|
|||
} else if (!(await ioUtil.exists(destFile)) || force) {
|
||||
await ioUtil.copyFile(srcFile, destFile)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue