dsaltares / fetch-gh-release-asset

Github Action to download an asset from a Github release
MIT License
114 stars 70 forks source link

#28 Fix missing asset ID detection #30

Closed vojtapol closed 2 years ago

vojtapol commented 2 years ago

28

After this change the script correctly exits with 1 when the assets array is missing the desired asset.

dsaltares commented 2 years ago

Thank you!