Skip to content

Commit a43ab5f

Browse files
authored
Update README.md
1 parent ea2e8cc commit a43ab5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v2
21-
- uses: papeloto/action-zip@v1
21+
- uses: vimtor/action-zip@v1
2222
with:
2323
files: dist/ manifest.json
2424
dest: result.zip
@@ -51,7 +51,7 @@ Whether to add subdirectories to simply zip all files to the root.
5151
If for example, you do the following:
5252

5353
```yaml
54-
- uses: papeloto/action-zip@v1
54+
- uses: vimtor/action-zip@v1
5555
with:
5656
files: dist/ manifest.json
5757
recursive: false

0 commit comments

Comments
 (0)