This commit is contained in:
Note2sell 2025-06-20 08:21:50 +02:00 committed by GitHub
commit a9e874ec87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,3 +41,12 @@ outputs:
runs: runs:
using: 'node20' using: 'node20'
main: 'dist/index.js' 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