randlabs/UploadAssetToRelease

GitHub action to upload assets to existing releases

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Sep 26, 2023
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: randlabs/uploadasset-action@3f8e631952ed242489c360d1c79d7a7fd6e91aa0 # v1.0.3

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
release_idThe ID of the release where files must be uploaded.no
tagThe release tag where files must be uploaded if an ID is not provided. If tag is also empty, the action will try to determine the release id based on the execution context.no
filesA multi-line list of files. If an item contains wildcard, a glob search will be executed.yes
delete_filemaskIf specified, deletes all existing assets that matches any of the wildcard patterns.no
overwriteTries to overwrite an asset if it already exists.no
repoTarget repository in <owner-or-company>/<repository> format.no
namedescription
assetsA JSON array containing id and download url of each uploaded asset.