actions-marketplace-validations/Tagged Release Asset Download

Downloads an asset from a Github Release with support for tag prefixes

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 3, 2022
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/blauqs_actions-download-asset@dc5f329fca957070e9d5e5314bda4b8cea9c4f5b # no releases — HEAD as of 2026-07-13

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

namedescriptionrequireddefault
repothe 'owner/repo' of the repository to download fromno""
versionthe version of the release to download from (defaults to latest)nolatest
prefixthe tag prefix to use, useful in monorepos with path prefix for tags (defaults to v)nov
filethe name of the file in the release to downloadyes
outthe directory where the file will be stored on local diskno""
modethe mode of the file after downloading it from the releaseno644
tokenan optional Access Token to access repositoryno""
unpackunpack the asset if it's of type .tar.gz, .tgz or .zipnofalse
namedescription
outThe location on local disk where the file was stored
versionThe version of the release or tag