1
0
Fork 0
mirror of https://gitea.com/actions/upload-artifact.git synced 2024-08-16 09:49:51 +02:00

Update README.md

This commit is contained in:
Konrad Pabjan 2021-12-01 14:35:56 -05:00 committed by GitHub
parent d62fbd326f
commit f49eb0150b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -216,7 +216,7 @@ For environment variables created in other steps, make sure to use the `env` exp
- uses: actions/upload-artifact@v2
with:
name: artifact
path: ${{ env.artifactPath }}
path: ${{ env.artifactPath }} # this will resolve to testing/file.txt at runtime
```
### Retention Period