ading2210/gh-large-releases

Upload files larger than 2GB to GitHub Releases

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryRepository to make releases against, in <owner>/<repo> format.no${{ github.repository }}
filesA list of files to upload to the release. Glob syntax may be used here.yes
tokenThe GitHub access token to use.no${{ github.token }}
workspaceThe path to the default working directory.no${{ github.workspace }}
worker_urlOverride the URL to the Cloudflare Worker that serves the release files.no
tag_nameThe name of the tag.no${{ github.ref }}
target_commitishSpecifies the commitish value that determines where the Git tag is created from.no
nameThe name of the release.no
bodyText 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_latestSpecifies whether this release should be set as the latest release for the repository.no
generate_release_notesWhether to automatically generate the name and body for this release.no
discussion_category_nameIf specified, a discussion of the specified category is created and linked to the release.no

no outputs