Skip to content

files option should be a list #570

Open
@khatchad

Description

@khatchad

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

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