mirror of
https://github.com/actions/upload-artifact.git
synced 2025-06-18 01:17:12 +02:00
add merge artifact sub-action
This commit is contained in:
6
src/merge/index.ts
Normal file
6
src/merge/index.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import * as core from '@actions/core'
|
||||
import {run} from './merge-artifacts'
|
||||
|
||||
run().catch(error => {
|
||||
core.setFailed((error as Error).message)
|
||||
})
|
Reference in New Issue
Block a user