1
0
mirror of https://github.com/actions/download-artifact.git synced 2025-12-06 01:37:50 +01: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 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