mirror of
https://gitea.com/actions/upload-artifact.git
synced 2025-04-22 00:35:32 +08:00
adding comments to readme
adding more comments to readme to better explain how this works.
This commit is contained in:
parent
02dd1e4a56
commit
d8c2e06943
@ -19,6 +19,9 @@ steps:
|
|||||||
|
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
# A directory will be created with this name and populated with the items in the path below.
|
||||||
|
# Then it will be compressed into a zip file.
|
||||||
|
# if you later use download-artifact, this zip file will be downloaded and automatically expanded.
|
||||||
name: my-artifact
|
name: my-artifact
|
||||||
path: path/to/artifact
|
path: path/to/artifact
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user