mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-05-03 01:08:04 +08:00
update dependencies and prettier
This commit is contained in:
@@ -61,7 +61,9 @@ export async function downloadArtifact(
|
||||
}
|
||||
|
||||
if (!(await exists(downloadPath))) {
|
||||
core.debug(`Artifact destination folder does not exist, creating: ${downloadPath}`)
|
||||
core.debug(
|
||||
`Artifact destination folder does not exist, creating: ${downloadPath}`
|
||||
)
|
||||
await fs.mkdir(downloadPath, {recursive: true})
|
||||
} else {
|
||||
core.debug(`Artifact destination folder already exists: ${downloadPath}`)
|
||||
|
||||
Reference in New Issue
Block a user