mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-27 00:48:28 +02:00
get this working with s3 buckets
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
This commit is contained in:
parent
158ca71f7c
commit
57250ea9cd
5 changed files with 269 additions and 42 deletions
|
@ -1,13 +1,16 @@
|
|||
name: 'Download a Build Artifact'
|
||||
description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action'
|
||||
author: 'GitHub'
|
||||
inputs:
|
||||
inputs:
|
||||
name:
|
||||
description: 'Artifact name'
|
||||
required: false
|
||||
path:
|
||||
description: 'Destination path'
|
||||
required: false
|
||||
s3-bucket:
|
||||
description: 'S3 bucket to pull from'
|
||||
required: false
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
main: 'dist/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue