upload-release-asset icon indicating copy to clipboard operation
upload-release-asset copied to clipboard

Add 'asset_label' support

Open yookoala opened this issue 4 years ago • 0 comments

Support customized asset label (optional). Allow user to have a human readable asset name other than the filename itself.

Maps to the optional label parameter of the API: https://docs.github.com/en/rest/reference/repos#upload-a-release-asset

If an asset_label is not provided, the API request will not have the label parameter. The change is therefore backward-compatible.

yookoala avatar Jan 21 '21 07:01 yookoala