Skip to content

fetch-gh-release-binary

Actions
GitHub Action to download binaries from GitHub releases and make them available for use in later steps.
0.3.2
Latest
Star (2)

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 }}

fetch-gh-release-binary is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

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

fetch-gh-release-binary is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.