mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-09 02:33:33 -05:00
Merge pull request #21 from actions/joshmgross/fix-example
Fix README example
This commit is contained in:
commit
b85295d276
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
|
||||
- run: ls path/to/artifact
|
||||
```
|
||||
|
||||
# License
|
||||
|
|
Loading…
Reference in a new issue