mirror of
https://code.forgejo.org/forgejo/upload-artifact
synced 2026-09-07 08:21:46 -04:00
again
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user