[Note]: These functions/scripts will work regardless of private or public facing repos.
PowerShell:
Get-GitHubRelease -User 'jimbrig' -Repository 'property_allocation_demo' -Tag 'v1.0.0' -Asset 'property_allocation_demo-master.zip' -OutputPath "$HOME\Downloads"
Bash:
gh-dl-release.sh "latest" "~/.local/cache/"