Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

files option should be a list #570

Open
khatchad opened this issue Jan 7, 2025 · 2 comments
Open

files option should be a list #570

khatchad opened this issue Jan 7, 2025 · 2 comments

Comments

@khatchad
Copy link

khatchad commented Jan 7, 2025

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
@chenrui333
Copy link
Collaborator

see @softprops's notes in #15

@khatchad
Copy link
Author

khatchad commented Jan 8, 2025

Looks like Travis CI supports both a string and an array of string. This is what I had in mind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants