Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDoctor0 authored Oct 31, 2023
1 parent 1169b3f commit b57d897
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b57d897

Please sign in to comment.