shogo82148/Yet Another Upload Release Asset Action
Yet Another Upload Release Asset Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | The API token for GitHub | yes | ${{ github.token }} |
| 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 | no | — |
| 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 | no | — |
| overwrite | If an asset with the same name already exists, overwrite it (Default: false) | no | false |
Outputs
| name | description |
|---|---|
| browser_download_url | The URL users can navigate to in order to download the uploaded asset |