Fix bug introduced in 4.2.0

This commit is contained in:
Ryan Ghadimi 2025-03-18 21:25:22 +00:00
parent c5804ef743
commit 2439186eed

View File

@ -138,11 +138,10 @@ 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 =>