Update README.md

This commit is contained in:
Luc 2022-01-01 12:11:46 +01:00 committed by GitHub
parent ea2e8ccb48
commit a43ab5f8cd
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