mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-09 10:43:32 -05:00
Use ls
instead of cat
This commit is contained in:
parent
ffb9221ff3
commit
7d64653e56
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue