mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-10-09 08:56:12 +00:00
feat: respect working_directory for files globs; add input and tests (#667)
This commit is contained in:
parent
14820f2cee
commit
4db716b167
4 changed files with 50 additions and 8 deletions
|
@ -27,6 +27,9 @@ inputs:
|
|||
files:
|
||||
description: "Newline-delimited list of path globs for asset files to upload"
|
||||
required: false
|
||||
working_directory:
|
||||
description: "Base directory to resolve 'files' globs against (defaults to job working-directory)"
|
||||
required: false
|
||||
overwrite_files:
|
||||
description: "Overwrite existing files with the same name. Defaults to true"
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue