-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Release 0.15.0 has a filename with extra information: 1-g0187008
When the script extracts the tag_name it gets only the string 0.15.0, and uses only this when creating the download URL:
ASSET_NAME="perspective-cli-${TAG}-macos-arm64.tar.gz"
The resulting filename is missing the extra release information.
It may be better to do the same trick as for tag_name and extract the value for "browser_download_url". This is a little dirty, since it's in a nested structure, but it's a simple file so it's safe for now.
PerspectiveCLI/scripts/remote-install.sh
Line 38 in 83633e4
| DOWNLOAD_URL="https://github.com/${REPO}/releases/download/${TAG}/${ASSET_NAME}" |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels