mirror of
https://github.com/actions/upload-artifact.git
synced 2025-06-19 01:37:14 +02:00
reorganize upload code in prep for merge logic, add more tests
This commit is contained in:
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)
|
||||
})
|
Reference in New Issue
Block a user