This commit is contained in:
Rob Herley 2023-12-06 18:21:33 -05:00
parent 7aec5deb0e
commit 0b8860f406
No known key found for this signature in database
GPG key ID: D1602042C3543B06
2 changed files with 0 additions and 13 deletions

View file

@ -1,5 +1,3 @@
import process from 'process'
import * as core from '../node_modules/@actions/core/'
import artifact, {
UploadArtifactOptions
@ -64,7 +62,6 @@ async function run(): Promise<void> {
}
} catch (error) {
core.setFailed((error as Error).message)
process.exit(1)
}
}