Update README.md - use v1.2

Change v1.1 references to v1.2 (latest)
This commit is contained in:
Dominic Cerquetti 2024-03-05 19:49:41 -05:00 committed by GitHub
parent 1379ea20d4
commit e84f286bcc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: vimtor/action-zip@v1.1 - uses: vimtor/action-zip@v1.2
with: with:
files: dist/ manifest.json files: dist/ manifest.json
dest: result.zip 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: If for example, you do the following:
```yaml ```yaml
- uses: vimtor/action-zip@v1.1 - uses: vimtor/action-zip@v1.2
with: with:
files: dist/ manifest.json files: dist/ manifest.json
recursive: false recursive: false