1
0
Fork 0
mirror of https://code.forgejo.org/actions/download-artifact synced 2025-07-10 04:06:00 +02:00
This commit is contained in:
Note2sell 2025-05-07 06:44:33 +00:00 committed by GitHub
commit 0e702948aa
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