Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

scoremedia/action-download-github-release-artifact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

action-download-github-release-artifact

GitHub Action that downloads an artifact from a GitHub release (public or private)

Usage

steps:
- uses: scoremedia/action-download-github-release-artifact@v1
with:
    owner: 'scoremedia'
    repo: 'release-artifact-test'
    tag: 'v1.0.0'
    artifact: 'test.txt'
    destination: './folder'

Note: This action depends on jq and curl being installed.

Inputs

Input Description Required
owner The owner of the repository Yes
repo The name of the repository Yes
tag The tag of the release Yes
artifact The name of the artifact Yes
destination The destination folder Yes
token The Github token. If not provided it uses GITHUB_TOKEN No

Outputs

Input Description
artifact_url The URL of the artifact saved to the destination folder with the name artifact

About

GitHub Action that downloads an artifact from a GitHub release (public or private)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •