Skip to content

Commit 1ea5c54

Browse files
authored
Update README.md
1 parent 8932131 commit 1ea5c54

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,14 @@ If for example, you do the following:
6161
All the files inside the `dist` folder will be added at the root of the zip along with `manifest.json`. By contrast, if `recursive: true` (by default), the folder `dist` is included.
6262

6363
Also if you want a nested file at the root, `recursive: false` is your guy.
64+
65+
## Troubleshooting
66+
67+
If you want to check that the output is the desired one I recommend you to add the following step after zipping. You will me able to download the `result.zip` file.
68+
69+
```yaml
70+
- uses: actions/upload-artifact@v1
71+
with:
72+
name: my-artifact
73+
path: ${{ github.workspace }}/result.zip
74+
```

0 commit comments

Comments
 (0)