mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-05 19:53:20 +08:00
Update artifact-tests.yml
add some cats
This commit is contained in:
5
.github/workflows/artifact-tests.yml
vendored
5
.github/workflows/artifact-tests.yml
vendored
@@ -78,7 +78,10 @@ jobs:
|
||||
- name: Add additional logging
|
||||
shell: bash
|
||||
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()
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user