Skip to content

Commit 35d8338

Browse files
authored
Merge pull request #31 from willryan-stemcell/master
2 parents 6902d60 + 2ac38c5 commit 35d8338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Whether to add subdirectories to simply zip all files to the root.
5151
If for example, you do the following:
5252

5353
```yaml
54-
- uses: vimtor/action-zip@v1
54+
- uses: vimtor/action-zip@v1.1
5555
with:
5656
files: dist/ manifest.json
5757
recursive: false
@@ -67,7 +67,7 @@ Also if you want a nested file at the root, `recursive: true` is your guy.
6767
If you want to check that the output is the desired one I recommend you to add the following step after zipping. You will be able to download the `result.zip` file.
6868

6969
```yaml
70-
- uses: actions/upload-artifact@v1
70+
- uses: actions/upload-artifact@v1.1
7171
with:
7272
name: my-artifact
7373
path: ${{ github.workspace }}/result.zip

0 commit comments

Comments
 (0)