| github-token | A token with permission to create and delete releases. Generally secrets.GITHUB_TOKEN. | yes | — |
| upload-url | The URL for uploading assets to the release. Can be taken from the outputs of an api call to create a release like in im-open/create-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 | — |