Update README.md

This commit is contained in:
Víctor Navarro 2020-06-27 19:48:42 +02:00 committed by GitHub
parent 5f1c4aa587
commit 9264f072d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# action-zip
> Action for zipping files and folders easily
Action for zipping files and folders easily
## Usage
@ -64,7 +64,7 @@ Also if you want a nested file at the root, `recursive: false` is your guy.
## Troubleshooting
If you want to check that the output is the desired one I recommend you to add the following step after zipping. You will me able to download the `result.zip` file.
If you want to check that the output is the desired one I recommend you to add the following step after zipping. You will be able to download the `result.zip` file.
```yaml
- uses: actions/upload-artifact@v1