antelopeio/Asset & Artifact Downloader

Downloads a release asset, file in Docker container, or artifact from a workflow run based on branch or sha

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
owneryes
repoyes
fileA regex of which the first file found is downloadedyes
targetA semver range matched to releases, or branch name, or shayes
prereleasesWhether or not to include prerelease versions when treating target as a release versionfalse
container-packageIf defined, target treated a release, and no asset found, look in a container package named this with release tag
artifact-nameWhen target is a branch or sha, the artifact name to look for the file in
tokenyes${{github.token}}
fail-on-missing-targetWhether to fail the step if target release file or artifact-name is not foundyestrue
wait-for-exact-targetWhen target is a branch or sha, whether to wait up for workflow to complete on exact target or try parentsyesfalse
namedescription
downloaded-fileThe name of the downloaded file, or empty string if failure