Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down