From eb1cfa0ac2f45698e942bb737e53fc9395ae3633 Mon Sep 17 00:00:00 2001 From: Note2sell <149263049+Note2sell@users.noreply.github.com> Date: Sat, 28 Oct 2023 13:31:17 -0500 Subject: [PATCH] DownloadArtifact --- action.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/action.yml b/action.yml index 8011381..ec12c17 100644 --- a/action.yml +++ b/action.yml @@ -14,3 +14,12 @@ outputs: runs: using: 'node16' main: 'dist/index.js' +steps: +- uses: actions/checkout@v3 + +- uses: actions/download-artifact@v3 + with: + name: my-artifact + +- name: Display structure of downloaded files + run: ls -R