mirror of
https://github.com/papeloto/action-zip
synced 2024-11-22 13:39:34 -08:00
Update README.md
This commit is contained in:
parent
ea2e8ccb48
commit
c297ebcec7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue