File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ download_release() {
48
48
local ext
49
49
ext=" $( get_ext) "
50
50
# https://github.com/tj-actions/auto-doc/releases/download/v2.7.1/auto-doc_2.7.1_Linux_x86_64.tar.gz
51
- url=" $GH_REPO /releases/download/v${version} /$( get_tool_cmd) _ ${platform_and_arch}${ext} "
51
+ url=" $GH_REPO /releases/download/v${version} /$( get_tool_cmd) - ${platform_and_arch}${ext} "
52
52
53
53
echo " * Downloading $TOOL_NAME release $version ..."
54
54
curl " ${curl_opts[@]} " -o " $filename " -C - " $url " || fail " Could not download $url "
@@ -90,7 +90,7 @@ function get_platform_and_arch() {
90
90
if [[ " ${platform} " == " mac" ]] || [[ " ${platform} " == " win" ]]; then
91
91
platform_and_arch=" ${platform} "
92
92
else
93
- platform_and_arch=" ${platform} " _ " ${arch} "
93
+ platform_and_arch=" ${platform} " - " ${arch} "
94
94
fi
95
95
echo " ${platform_and_arch} "
96
96
}
You can’t perform that action at this time.
0 commit comments