mirror of
https://github.com/actions/download-artifact
synced 2025-09-23 12:18:06 +00:00
Compare commits
2 commits
c32861e8ae
...
edcc5cda7a
Author | SHA1 | Date | |
---|---|---|---|
![]() |
edcc5cda7a | ||
![]() |
eb1cfa0ac2 |
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue