rackner-river/Upload a Release Asset
Upload a release asset to an existing release in your repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit May 15, 2025
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: rackner-river/upload-release-asset@3b028bc3657133890140ab1c5b965e4e1af522fe # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| upload_url | The URL for uploading assets to the release | yes | — |
| asset_path | The path to the asset you want to upload | yes | — |
| asset_name | The name of the asset you want to upload | yes | — |
| asset_content_type | The content-type of the asset you want to upload. See the supported Media Types here: https://www.iana.org/assignments/media-types/media-types.xhtml for more information | yes | — |
Outputs
| name | description |
|---|---|
| id | The ID of the asset |
| browser_download_url | The URL users can navigate to in order to download the uploaded asset |