1
0
Fork 0
mirror of synced 2026-06-05 14:48:19 +00:00

Unfix error

This commit is contained in:
Ryan Ghadimi 2025-03-19 11:22:27 +00:00
commit a39a661f39

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 =>