Update README.md

This commit is contained in:
Danny McCormick
2019-07-23 15:35:48 -04:00
committed by GitHub
parent 88fd27cb67
commit 15a3f53c0a

View File

@ -6,19 +6,7 @@ This uploads artifacts from your build.
See [action.yml](action.yml)
Basic (upload current working directory):
```yaml
actions:
- uses: actions/checkout@master
# Do stuff
- uses: actions/upload-artifact@master
with:
name: my-artifact
```
Upload specific directory:
Basic:
```yaml
actions:
- uses: actions/checkout@master