Fix README example

This commit is contained in:
Josh Gross 2020-02-28 14:05:50 -05:00 committed by GitHub
parent 18f0f591fb
commit ffb9221ff3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: cat path/to/artifact/hello-world.txt
``` ```
# License # License