Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDoctor0 committed Jul 2, 2020
1 parent c9ef441 commit 4654874
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Zip Release [![License](https://img.shields.io/github/license/TheDoctor0/zip-release)](/~https://github.com/TheDoctor0/zip-release/blob/master/LICENSE)
GitHub action that can be used to create release zip archive.
GitHub action that can be used to create release archive using zip or tar.

## Usage
An example workflow config:
Expand All @@ -24,4 +24,5 @@ jobs:
| filename | Filename for archive | release.zip |
| path | Base path for archive files | . |
| directory | Working directory before zipping | . |
| exclusions | List of excluded files/directories | |
| exclusions | List of excluded files / directories | |
| type | Tool to use for archiving (zip / tar) | zip |

0 comments on commit 4654874

Please sign in to comment.