ading2210/gh-large-releases
Upload files larger than 2GB to GitHub Releases
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Repository to make releases against, in <owner>/<repo> format. | no | ${{ github.repository }} |
| files | A list of files to upload to the release. Glob syntax may be used here. | yes | — |
| token | The GitHub access token to use. | no | ${{ github.token }} |
| workspace | The path to the default working directory. | no | ${{ github.workspace }} |
| worker_url | Override the URL to the Cloudflare Worker that serves the release files. | no | — |
| tag_name | The name of the tag. | no | ${{ github.ref }} |
| target_commitish | Specifies the commitish value that determines where the Git tag is created from. | no | — |
| name | The name of the release. | no | — |
| body | Text describing the contents of the release. | no | — |
| draft | `true` to create a draft (unpublished) release, `false` to create a published one. | no | — |
| prerelease | `true` to identify the release as a prerelease. `false` to identify the release as a full release. | no | — |
| make_latest | Specifies whether this release should be set as the latest release for the repository. | no | — |
| generate_release_notes | Whether to automatically generate the name and body for this release. | no | — |
| discussion_category_name | If specified, a discussion of the specified category is created and linked to the release. | no | — |
Outputs
no outputs