mirror of
https://github.com/actions/upload-artifact.git
synced 2025-07-19 04:58:22 +02:00
reorganize upload code in prep for merge logic, add more tests
This commit is contained in:
parent
694cdabd8b
commit
8d531b15a6
13 changed files with 4169 additions and 1508 deletions
6
src/upload/index.ts
Normal file
6
src/upload/index.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
import * as core from '@actions/core'
|
||||
import {run} from './upload-artifact'
|
||||
|
||||
run().catch(error => {
|
||||
core.setFailed((error as Error).message)
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue