mirror of
https://github.com/actions/upload-artifact.git
synced 2025-04-25 09:41:05 +02:00
Update index.ts
This commit is contained in:
parent
6027e3dd17
commit
e05c2be3b2
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
import * as core from '@actions/core'
|
import * as core from '@actions/core'
|
||||||
import {run} from './merge-artifacts'
|
import {run} from './merge-artifacts'
|
||||||
|
|
||||||
|
|
||||||
run().catch(error => {
|
run().catch(error => {
|
||||||
core.setFailed((error as Error).message)
|
core.setFailed((error as Error).message)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue