Merge eb1cfa0ac2f45698e942bb737e53fc9395ae3633 into de96f4613b77ec03b5cf633e7c350c32bd3c5660

This commit is contained in:
Note2sell 2025-08-06 10:01:13 -04:00 committed by GitHub
commit edcc5cda7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,3 +41,12 @@ outputs:
runs:
using: 'node20'
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