diff --git a/action.yml b/action.yml index 7f962f0..6850e8a 100644 --- a/action.yml +++ b/action.yml @@ -41,3 +41,12 @@ outputs: runs: using: 'node24' 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