You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Whether to add subdirectories to simply zip all files to the root.
51
51
If for example, you do the following:
52
52
53
53
```yaml
54
-
- uses: vimtor/action-zip@v1
54
+
- uses: vimtor/action-zip@v1.1
55
55
with:
56
56
files: dist/ manifest.json
57
57
recursive: false
@@ -67,7 +67,7 @@ Also if you want a nested file at the root, `recursive: true` is your guy.
67
67
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.
0 commit comments