You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Fetch Github Release Asset
0.0.3
This action downloads an asset from a Github release. Private repos are supported.
The org/repo
. Defaults to the current repo.
The release version to fetch from. Default "latest"
.
Required The name of the file in the release.
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: "dsaltares/godot-wild-jam-18"
version: "latest"
file: "plague-linux.zip"