ashleyfae/Upload Release Asset
Uploads an asset to the current release. Requires GITHUB_TOKEN to be set in the environment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Path to the file to upload. | yes | — |
| file-type | Content type header for the uploaded file (e.g., application/zip, application/octet-stream, text/plain). | no | application/zip |
| release-tag | Tag name to look up the release by when no release ID is present in the event (e.g. for workflow_dispatch triggers). | no | "" |
Outputs
| name | description |
|---|---|
| asset-url | API URL to GET the newly created asset. |
| asset-id | ID of the newly created asset. |
| browser-download-url | Browser download URL for the asset. |