1
0
Fork 0

remove the exit

pull/1613/head
srryan 2023-12-20 18:23:47 -05:00
parent 03319fcffa
commit ecb4df89bf
1 changed files with 0 additions and 1 deletions

View File

@ -192,7 +192,6 @@ export async function downloadArtifactInternal(
core.info(`Starting download of artifact to: ${downloadPath}`)
await streamExtract(signedUrl, downloadPath)
core.info(`Artifact download completed successfully.`)
process.exit(0)
} catch (error) {
throw new Error(`Unable to download and extract artifact: ${error.message}`)
}