mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-09 15:12:44 +00: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
|
name: my-artifact
|
||||||
path: path/to/artifact
|
path: path/to/artifact
|
||||||
|
|
||||||
- run: cat path/to/artifact/hello-world.txt
|
- run: ls path/to/artifact
|
||||||
```
|
```
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
Loading…
Reference in a new issue