mirror of
https://code.forgejo.org/actions/upload-artifact.git
synced 2025-06-13 11:01:12 +00:00
add merge artifact sub-action
This commit is contained in:
parent
52899c8c02
commit
997fffa355
11 changed files with 1100 additions and 61 deletions
src/merge
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)
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue