Skip to content

Github Action to download an asset from a Github release

License

Notifications You must be signed in to change notification settings

bvamos/fetch-gh-release-asset

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fetch GH Release Asset

This action downloads an asset from a Github release. Private repos are supported.

Inputs

repo

The org/repo. Defaults to the current repo.

version

The release version to fetch from. Default "latest".

file

Required The name of the file in the release.

token

Optional Personal Access Token to access external repository

Example usage

uses: dsaltares/fetch-gh-release-asset@master
with:
  repo: "dsaltares/godot-wild-jam-18"
  version: "latest"
  file: "plague-linux.zip"
  token: ${{ secrets.YOUR_TOKEN }}

About

Github Action to download an asset from a Github release

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 82.5%
  • Dockerfile 17.5%