fetch-gh-release-binary
ActionsGitHub Action to download binaries from GitHub releases and make them available for use in later steps.
0.3.2
LatestBy charlieegan3
Tags
(2)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.