1
0
mirror of https://github.com/actions/download-artifact.git synced 2025-12-06 17:57:49 +01:00

Merge pull request #21 from actions/joshmgross/fix-example

Fix README example
This commit is contained in:
Josh Gross
2020-03-02 09:20:48 -05:00
committed by GitHub

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 - run: ls path/to/artifact
``` ```
# License # License