Skip to content

files option should be a list #570

Open
@khatchad

Description

I see the description of the files option as follows:

Name Type Description
files String Newline-delimited globs of paths to assets to upload for release

For multiple files, it's used as follows:

with:
  files: |
    Release.txt
    LICENSE

Why not make it a list?

with:
  files:
    - Release.txt
    - LICENSE

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions