Use `ls` instead of `cat`

This commit is contained in:
Josh Gross 2020-02-28 14:07:54 -05:00 committed by GitHub
parent ffb9221ff3
commit 7d64653e56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ steps:
name: my-artifact
path: path/to/artifact
- run: cat path/to/artifact/hello-world.txt
- run: ls path/to/artifact
```
# License