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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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