We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I see the description of the files option as follows:
For multiple files, it's used as follows:
with: files: | Release.txt LICENSE
Why not make it a list?
with: files: - Release.txt - LICENSE
The text was updated successfully, but these errors were encountered:
see @softprops's notes in #15
Sorry, something went wrong.
Looks like Travis CI supports both a string and an array of string. This is what I had in mind.
No branches or pull requests
I see the description of the
files
option as follows:For multiple files, it's used as follows:
Why not make it a list?
The text was updated successfully, but these errors were encountered: