mirror of
https://github.com/papeloto/action-zip
synced 2024-11-22 05:29:35 -08:00
Update README.md
This commit is contained in:
parent
5f1c4aa587
commit
9264f072d0
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# action-zip
|
# action-zip
|
||||||
|
|
||||||
> Action for zipping files and folders easily
|
Action for zipping files and folders easily
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ Also if you want a nested file at the root, `recursive: false` is your guy.
|
||||||
|
|
||||||
## Troubleshooting
|
## 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
|
```yaml
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
|
|
Loading…
Reference in a new issue