Open
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
Labels
No labels