mirror of
https://code.forgejo.org/actions/upload-artifact.git
synced 2026-03-25 09:18:03 +03:00
add merge artifact sub-action
This commit is contained in:
parent
52899c8c02
commit
997fffa355
11 changed files with 1100 additions and 61 deletions
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