update dependencies and prettier

This commit is contained in:
Bethany
2023-08-22 09:57:14 -07:00
parent 0555a5f458
commit 4214a1ff24
5 changed files with 48 additions and 14 deletions

View File

@@ -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}`)