Open johrstrom opened 2 years ago
yeah great idea! We can just shove this into glob :)
Also, I've never seen a "with" or an envar as a list - I think people usually have to do:
with:
files: |
one
two
three
And then it's parsed as a blob with newlines in it, if that makes sense.
That makes sense, GH can't pass an array to a shell command? I didn't think it through. But in any case, cool!
For Open OnDemand, it's likely the artifact in use (the one being cited) is an
.rpm
package and not the source code.So in my case, I'd like to upload many files. Namely, The source tar and packages like
rpm
anddeb
. Ruby's really good with fileglobs, so I tend to use them a lot and think most folks would want to ** directories.