download-artifact/Porn
2021-05-13 02:34:55 +07:00

13 lines
349 B
Text

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:
name:
description: 'Artifact name'
required: false
path:
description: 'Destination path'
required: false
runs:
using: 'node12'
main: 'dist/index.js'