threecommaio / fetch-gh-release-binary

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Go 100.0%