We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2e8cc commit 5674c9cCopy full SHA for 5674c9c
README.md
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- uses: actions/checkout@v2
21
- - uses: papeloto/action-zip@v1
+ - uses: vimtor/action-zip@v1
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: papeloto/action-zip@v1
+- uses: vimtor/action-zip@v1
55
56
57
recursive: false
0 commit comments