File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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`.
2525If 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
4141If 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 `
4444Default : ` .`
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 `
4949Default : ` .`
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`
5454Default : ` zip`
You can’t perform that action at this time.
0 commit comments