mirror of
https://code.forgejo.org/forgejo/upload-artifact
synced 2025-05-18 14:40:09 +02:00
debug
This commit is contained in:
parent
b0b830af8c
commit
09020dd482
2 changed files with 204 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
import log from 'why-is-node-running'
|
||||
|
||||
import * as core from '../node_modules/@actions/core/'
|
||||
import artifact, {
|
||||
UploadArtifactOptions
|
||||
|
@ -62,6 +64,7 @@ async function run(): Promise<void> {
|
|||
}
|
||||
} catch (error) {
|
||||
core.setFailed((error as Error).message)
|
||||
log()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue