-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1169b3f
commit b57d897
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@master | ||
- name: Archive Release | ||
uses: thedoctor0/[email protected].1 | ||
uses: thedoctor0/[email protected].5 | ||
with: | ||
type: 'zip' | ||
filename: 'release.zip' | ||
|
@@ -50,14 +50,17 @@ Default: `.` | |
|
||
The path to the files or directory that should be archived, relative to `directory`. | ||
|
||
Path with whitespace is currently not supported because of the limitation of GitHub actions regarding the parameter formatting (no YAML double quoting). | ||
A solution based on [similar issues](https://github.com/rojopolis/spellcheck-github-actions/commit/0d2f3ab70398848fd52892971396beff29d3fd61) will soon be implemented. | ||
|
||
### `type` | ||
Default: `zip` | ||
|
||
Either `zip` or `tar` or `7z`. | ||
|
||
Defines if either a ZIP-file is created, or a tar archive (the latter gzipped). | ||
|
||
On Windows platform 7zip is used to zip files as zip command is not available there. | ||
On Windows platform 7zip is used to zip files as zip command is unavailable there. | ||
|
||
### `exclusions` | ||
Default: none | ||
|