Skip to content

Commit

Permalink
Merge pull request #31 from willryan-stemcell/master
Browse files Browse the repository at this point in the history
  • Loading branch information
vimtor authored Oct 12, 2023
2 parents 6902d60 + 2ac38c5 commit 35d8338
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 @@ -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
- uses: vimtor/action-zip@v1.1
with:
files: dist/ manifest.json
recursive: false
Expand All @@ -67,7 +67,7 @@ Also if you want a nested file at the root, `recursive: true` is your guy.
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.

```yaml
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v1.1
with:
name: my-artifact
path: ${{ github.workspace }}/result.zip
Expand Down

0 comments on commit 35d8338

Please sign in to comment.