1
0
mirror of https://gitea.com/actions/download-artifact.git synced 2026-02-02 12:24:30 +07:00

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

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