From 664a7c20c1e0a8df35b21f3d6c5fed259492ee23 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Thu, 27 Apr 2023 17:29:08 +0200 Subject: [PATCH] Better README markup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4eea13d..0e3006a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Optional Arguments - `tag`: The tag to upload into. If you want the current event's tag or branch name, use `${{ github.ref }}` (the `refs/tags/` and `refs/heads/` prefixes will be automatically stripped). Defaults to `github.ref`. - `asset_name`: The name the file gets as an asset on a release. Use `$tag` to include the tag name. When not provided it will default to the filename. This is not used if `file_glob` is set to `true`. -- `file_glob`: If set to true, the file argument can be a glob pattern (`asset_name` is ignored in this case) (Default: `false`) +- `file_glob`: If set to true, the `file` argument can be a glob pattern (`asset_name` is ignored in this case) (Default: `false`) - `overwrite`: If an asset with the same name already exists, overwrite it (Default: `false`). - `prerelease`: Mark the release as a pre-release (Default: `false`). - `release_name`: Explicitly set a release name. (Defaults: implicitly same as `tag` via GitHub API).