actions-marketplace-validations/Upload a Release Asset - V2
Upload a release asset to an existing release in your repository, updated for Node 16.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Access token | — | — |
| repo_owner | The owner of the repo | yes | — |
| repo_name | The name of the repo | yes | — |
| release_id | ID of the release to upload to | yes | — |
| 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 |
|---|---|
| browser_download_url | The URL users can navigate to in order to download the uploaded asset |