actions-marketplace-validations/upload-release-asset-action
An Action to upload a release asset.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 25, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/basefas_upload-release-asset-action@844c1f19487cc073073fceede9bdd3f2fd08d4de # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| release_id | ID 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 | — |
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 |