Skip to content

Commit

Permalink
Update additional "uses: actions/upload-artifact" lines with v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
willryan-stemcell authored Oct 11, 2023
1 parent 6902d60 commit 2ac38c5
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 2ac38c5

Please sign in to comment.