MyArtifacts
This commit is contained in:
parent
64a74caed2
commit
8026364e18
|
@ -23,6 +23,8 @@ jobs:
|
|||
|
||||
- name: Download MyArtifacts
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
path: ./artifacts
|
||||
|
||||
- name: Display structure of downloaded files
|
||||
run: ls -R
|
||||
|
|
Loading…
Reference in New Issue