Delete action.yml

- name: Download a Build Artifact
  uses: actions/download-artifact@v2.0.10
This commit is contained in:
qamar7new 2021-10-14 23:12:18 +03:00 committed by GitHub
parent b1985abdea
commit 4d5f415f73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'