Skip to content

GH action to fetch a binary from a GitHub release and add it to the PATH for use

Notifications You must be signed in to change notification settings

charlieegan3/fetch-gh-release-binary

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fetch-gh-release-binary

GitHub Action generated to download binaries from GitHub releases and make them available for use in later steps.

Example use:

- name: Download binary test
  uses: charlieegan3/fetch-gh-release-binary@main
  with:
    owner: charlieegan3
    repo: airtable-contacts
    asset-pattern: Linux_x86_64
    install-path: /usr/local/bin/airtable-contacts
    verbose: true
  env:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

About

GH action to fetch a binary from a GitHub release and add it to the PATH for use

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages