We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 880d5de commit 5407800Copy full SHA for 5407800
1 file changed
README.md
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- uses: actions/checkout@v2
21
- - uses: vimtor/action-zip@v1.2
+ - uses: vimtor/action-zip@v1.3
22
with:
23
files: dist/ manifest.json
24
dest: result.zip
@@ -51,7 +51,7 @@ Whether to add subdirectories to simply zip all files to the root.
51
If for example, you do the following:
52
53
```yaml
54
-- uses: vimtor/action-zip@v1.2
+- uses: vimtor/action-zip@v1.3
55
56
57
recursive: false
0 commit comments