You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The path to the files or directory that should be archived, relative to `directory`.
52
52
53
+
Path with whitespace is currently not supported because of the limitation of GitHub actions regarding the parameter formatting (no YAML double quoting).
54
+
A solution based on [similar issues](https://github.com/rojopolis/spellcheck-github-actions/commit/0d2f3ab70398848fd52892971396beff29d3fd61) will soon be implemented.
55
+
53
56
### `type`
54
57
Default: `zip`
55
58
56
59
Either `zip` or `tar` or `7z`.
57
60
58
61
Defines if either a ZIP-file is created, or a tar archive (the latter gzipped).
59
62
60
-
On Windows platform 7zip is used to zip files as zip command is not available there.
63
+
On Windows platform 7zip is used to zip files as zip command is unavailable there.
0 commit comments