Skip to content

Commit 2113173

Browse files
committed
Update README.
1 parent 39dacf4 commit 2113173

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
exclusions: '*.git* /*node_modules/* .editorconfig'
2222
```
2323
24-
The generated archive will be placed as specified by `directory` and `filename`.
24+
The generated archive will be placed as specified by `directory`, `path` and `filename`.
2525
If you want to attach it to the latest release use another action like [`ncipollo/release-action`](https://github.com/ncipollo/release-action):
2626
```yaml
2727
- name: Upload Release
@@ -40,15 +40,15 @@ The filename for the generated archive, relative to `directory`.
4040

4141
If you use `type: tar` it's recommended to set the filename to a `tar.gz` (the tarball is always gzip compressed).
4242

43-
### `path`
43+
### `directory`
4444
Default: `.`
4545

46-
The path to the files or directory that should be archived, relative to `directory`
46+
The working directory where the zip or tar actually runs.
4747

48-
### `directory`
48+
### `path`
4949
Default: `.`
5050

51-
The working directory where the zip or tar actually runs.
51+
The path to the files or directory that should be archived, relative to `directory`.
5252

5353
### `type`
5454
Default: `zip`

0 commit comments

Comments
 (0)