mirror of https://github.com/actions/toolkit
remove the exit
parent
03319fcffa
commit
ecb4df89bf
|
@ -192,7 +192,6 @@ export async function downloadArtifactInternal(
|
||||||
core.info(`Starting download of artifact to: ${downloadPath}`)
|
core.info(`Starting download of artifact to: ${downloadPath}`)
|
||||||
await streamExtract(signedUrl, downloadPath)
|
await streamExtract(signedUrl, downloadPath)
|
||||||
core.info(`Artifact download completed successfully.`)
|
core.info(`Artifact download completed successfully.`)
|
||||||
process.exit(0)
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
throw new Error(`Unable to download and extract artifact: ${error.message}`)
|
throw new Error(`Unable to download and extract artifact: ${error.message}`)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue