Skip to content

Commit

Permalink
Merge pull request #35 from binary1230/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
vimtor authored Mar 6, 2024
2 parents 1379ea2 + e84f286 commit 73d72b0
Showing 1 changed file with 2 additions and 2 deletions.
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: vimtor/action-zip@v1.1
- uses: vimtor/action-zip@v1.2
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: vimtor/action-zip@v1.1
- uses: vimtor/action-zip@v1.2
with:
files: dist/ manifest.json
recursive: false
Expand Down

0 comments on commit 73d72b0

Please sign in to comment.