From 01c9fac73b7e072d2c5cbcd77d4b728ab475aa1d Mon Sep 17 00:00:00 2001 From: Nick Cipollo Date: Sat, 21 Jun 2025 10:21:16 -0400 Subject: [PATCH] Add a link to uploading assets in output table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b63604..c25fa1b 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ This action will create a GitHub release and optionally upload an artifact to it |-------------|-----------------------------------------------| | id | The identifier of the created release. | | html_url | The HTML URL of the release. | -| upload_url | The URL for uploading assets to the release. | +| 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. | ## Example This example will create a release when a tag is pushed: