mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-26 00:18:30 +02:00
Delete action.yml
- name: Download a Build Artifact uses: actions/download-artifact@v2.0.10
This commit is contained in:
parent
b1985abdea
commit
4d5f415f73
1 changed files with 0 additions and 13 deletions
13
action.yml
13
action.yml
|
@ -1,13 +0,0 @@
|
|||
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'
|
Loading…
Add table
Add a link
Reference in a new issue