Restructure README

This commit is contained in:
Konrad Pabjan 2020-07-31 15:02:39 +02:00
parent ac5d83110f
commit 4c8eecd02f

View file

@ -135,10 +135,6 @@ steps:
> Note: The `id` defined in the `download/artifact` step must match the `id` defined in the `echo` step (i.e `steps.[ID].outputs.download-path`)
# @actions/artifact package
Internally the [@actions/artifact](https://github.com/actions/toolkit/tree/main/packages/artifact) NPM package is used to interact with artifacts. You can find additional documentation there along with all the source code related to artifact download.
# Limitations
### Permission Loss
@ -164,6 +160,10 @@ If file permissions and case sensitivity are required, you can `tar` all of your
path: my_files.tar
```
# @actions/artifact package
Internally the [@actions/artifact](https://github.com/actions/toolkit/tree/main/packages/artifact) NPM package is used to interact with artifacts. You can find additional documentation there along with all the source code related to artifact download.
# License
The scripts and documentation in this project are released under the [MIT License](LICENSE)