A GitHub action to fetch a release asset and store to the file system
See action.yml for inputs and descriptions
Basic:
steps:
uses: stryd/fetch-release-asset@v1
with:
access_token: ${{ secrets.GH_TOKEN }}
repo: "owner/repo"
version: "latest"
asset_name: "archive.tar.gz"