mirror of
https://code.forgejo.org/forgejo/upload-artifact.git
synced 2024-11-08 18:32:40 +00:00
Update README.md
This commit is contained in:
parent
88fd27cb67
commit
15a3f53c0a
1 changed files with 1 additions and 13 deletions
14
README.md
14
README.md
|
@ -6,19 +6,7 @@ This uploads artifacts from your build.
|
||||||
|
|
||||||
See [action.yml](action.yml)
|
See [action.yml](action.yml)
|
||||||
|
|
||||||
Basic (upload current working directory):
|
Basic:
|
||||||
```yaml
|
|
||||||
actions:
|
|
||||||
- uses: actions/checkout@master
|
|
||||||
|
|
||||||
# Do stuff
|
|
||||||
|
|
||||||
- uses: actions/upload-artifact@master
|
|
||||||
with:
|
|
||||||
name: my-artifact
|
|
||||||
```
|
|
||||||
|
|
||||||
Upload specific directory:
|
|
||||||
```yaml
|
```yaml
|
||||||
actions:
|
actions:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|
Loading…
Reference in a new issue