Skip to content

Commit 01c9fac

Browse files
committed
Add a link to uploading assets in output table
1 parent 90dc22b commit 01c9fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This action will create a GitHub release and optionally upload an artifact to it
4848
|-------------|-----------------------------------------------|
4949
| id | The identifier of the created release. |
5050
| html_url | The HTML URL of the release. |
51-
| upload_url | The URL for uploading assets to the release. |
51+
| upload_url | The URL for uploading assets to the release. See [GitHub's documentation](https://docs.github.com/en/rest/releases/assets?apiVersion=2022-11-28#upload-a-release-asset) for more details. |
5252

5353
## Example
5454
This example will create a release when a tag is pushed:

0 commit comments

Comments
 (0)