mirror of https://github.com/actions/toolkit
parent
39cdb45e15
commit
2e69cc8c9e
|
@ -78,7 +78,10 @@ jobs:
|
||||||
- name: Add additional logging
|
- name: Add additional logging
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
find . -type f
|
cat ./artifact-1-directory/artifact-path/world.txt
|
||||||
|
cat ./artifact-2-directory/artifact-path/gzip.txt
|
||||||
|
cat ./artifact-3-directory/artifact-path/empty.txt
|
||||||
|
|
||||||
|
|
||||||
- name: Verify downloadArtifact()
|
- name: Verify downloadArtifact()
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue