xresloader/Upload To Github Release

Github Action to deploy files to github release

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
fileThe files or file patterns to upload. You can upload multiple files by split them by semicolon. You can use the glob pattern to find the files.yes""
delete_fileThe files or file patterns to delete before uploading new files. You can delete multiple files by split them by semicolon. You can use the glob pattern to find the files.no""
overwriteIf you need to overwrite existing files, add overwrite: true to the with.nofalse
draftThe resultant deployment is a draft Release that only repository collaborators can see. This gives you an opportunity to examine and edit the draft release.no""
prereleaseThe resultant deployment is a Prerelease. This gives you an opportunity to examine and edit the prerelease.no""
tagsWith tags: true, your Releases deployment will trigger if and only if the build is a tagged build.nofalse
branchesOnly work on these branches(splited by semicolon), set to nothing to accept all branches.no""
verboseWith verbose: true, be verbose.nofalse
tag_nameSet custom tag name.no""
update_latest_releaseIf try to update latest release.nofalse
release_idSet release id to update.If release_id is set, this step will fail if we can not find it.no""
default_release_nameSet release name when create a new release.no""
default_release_bodySet release body when create a new release.Not needed if using default_release_body_path.no""
default_release_body_pathSet the file to read release body when create a new release.Not needed if using default_release_body.no""
update_release_bodyAlways update release body when it's not empty.no""
update_release_body_pathAlways update release body from file.Not needed if using update_release_body.no""
update_release_body_appendAppend content instead of replace release body when updating.nofalse
tokenAuthorized secret GitHub Personal Access Token. Defaults to github.tokenno${{ github.token }}
target_ownerSet the owner of target repository(default: current user/origanization).no""
target_repoSet target repository(default: current repository).no""
find_draft_release_countHow many releases to check when we find a existing draft release.(default: 32).no32
namedescription
release_idThe release id
release_nameThe release name
release_urlThe release url
release_tag_nameThe release tag name
release_commitishThe release commit