Skip to content

Commit b57d897

Browse files
authored
Update README.md
1 parent 1169b3f commit b57d897

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@master
1616
- name: Archive Release
17-
uses: thedoctor0/[email protected].1
17+
uses: thedoctor0/[email protected].5
1818
with:
1919
type: 'zip'
2020
filename: 'release.zip'
@@ -50,14 +50,17 @@ Default: `.`
5050

5151
The path to the files or directory that should be archived, relative to `directory`.
5252

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+
5356
### `type`
5457
Default: `zip`
5558

5659
Either `zip` or `tar` or `7z`.
5760

5861
Defines if either a ZIP-file is created, or a tar archive (the latter gzipped).
5962

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.
6164

6265
### `exclusions`
6366
Default: none

0 commit comments

Comments
 (0)