mirror of
https://github.com/actions/download-artifact.git
synced 2025-11-01 22:33:41 +00:00
Merge eb1cfa0ac2f45698e942bb737e53fc9395ae3633 into 4a24838f3d5601fd639834081e118c2995d51e1c
This commit is contained in:
commit
235eb1be06
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user