Skip to content

Commit

Permalink
Merge pull request #5 from losisin/fix/install-binary
Browse files Browse the repository at this point in the history
fix wrong tag format
  • Loading branch information
losisin committed Oct 24, 2023
2 parents 579e4e0 + 5052513 commit e7fb7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ getDownloadURL() {
fi

# Setup Download Url
DOWNLOAD_URL="https://github.com/${PROJECT_GH}/releases/download/${version}/${PROJECT_NAME}-${OS}_${ARCH}-${version#v}.tgz"
DOWNLOAD_URL="https://github.com/${PROJECT_GH}/releases/download/${version}/${PROJECT_NAME}-${OS}_${ARCH}-${version}.tgz"
}

# downloadFile downloads the latest binary package and also the checksum
Expand Down

0 comments on commit e7fb7ae

Please sign in to comment.