From 4d5f415f737ccf925ae687458af70ade2d3583ea Mon Sep 17 00:00:00 2001 From: qamar7new <91864110+qamar7new@users.noreply.github.com> Date: Thu, 14 Oct 2021 23:12:18 +0300 Subject: [PATCH] Delete action.yml - name: Download a Build Artifact uses: actions/download-artifact@v2.0.10 --- action.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 action.yml diff --git a/action.yml b/action.yml deleted file mode 100644 index ac7205a..0000000 --- a/action.yml +++ /dev/null @@ -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' \ No newline at end of file