Merge pull request #13 from lucemans/patch-1

Update README.md to reflect correct repository ownership
This commit is contained in:
Víctor Navarro 2022-06-18 22:44:07 +02:00 committed by GitHub
commit 6964f53611
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: papeloto/action-zip@v1
- uses: vimtor/action-zip@v1
with:
files: dist/ manifest.json
dest: result.zip
@ -51,7 +51,7 @@ Whether to add subdirectories to simply zip all files to the root.
If for example, you do the following:
```yaml
- uses: papeloto/action-zip@v1
- uses: vimtor/action-zip@v1
with:
files: dist/ manifest.json
recursive: false