Move log statements

This commit is contained in:
Ryan Ghadimi 2025-03-19 15:06:13 +00:00
parent 68909842a1
commit 278fca438a
2 changed files with 6 additions and 6 deletions

View file

@ -138,10 +138,10 @@ export async function run(): Promise<void> {
)
}
}
core.info(`Total of ${artifacts.length} artifact(s) downloaded`)
core.setOutput(Outputs.DownloadPath, resolvedPath)
core.info('Download artifact has finished successfully')
}
core.info(`Total of ${artifacts.length} artifact(s) downloaded`)
core.setOutput(Outputs.DownloadPath, resolvedPath)
core.info('Download artifact has finished successfully')
}
run().catch(err =>