mirror of
https://github.com/actions/upload-artifact.git
synced 2025-04-19 06:54:45 +02:00
Update README.md
This commit is contained in:
parent
d62fbd326f
commit
f49eb0150b
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ For environment variables created in other steps, make sure to use the `env` exp
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: artifact
|
name: artifact
|
||||||
path: ${{ env.artifactPath }}
|
path: ${{ env.artifactPath }} # this will resolve to testing/file.txt at runtime
|
||||||
```
|
```
|
||||||
|
|
||||||
### Retention Period
|
### Retention Period
|
||||||
|
|
Loading…
Add table
Reference in a new issue