From 4c8eecd02fd669f6564e4930c4f6599b5c24e106 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Fri, 31 Jul 2020 15:02:39 +0200 Subject: [PATCH] Restructure README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6d28724..ab8062a 100644 --- a/README.md +++ b/README.md @@ -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)