mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-09 15:12:44 +00:00
Fix README example
This commit is contained in:
parent
18f0f591fb
commit
ffb9221ff3
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: cat path/to/artifact/hello-world.txt
|
||||
```
|
||||
|
||||
# License
|
||||
|
|
Loading…
Reference in a new issue