You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,8 @@ This action will create a GitHub release and optionally upload an artifact to it
49
49
| id | The identifier of the created release. |
50
50
| html_url | The HTML URL of the release. |
51
51
| upload_url | The URL for [uploading assets](https://docs.github.com/en/rest/releases/assets?apiVersion=2022-11-28#upload-a-release-asset) to the release. |
52
+
| tarball_url | The URL for downloading the release as a tarball (.tar.gz). |
53
+
| zipball_url | The URL for downloading the release as a zipball (.zip). |
52
54
53
55
## Example
54
56
This example will create a release when a tag is pushed:
0 commit comments