diff --git a/tool/download-release.ps1 b/tool/download-release.ps1 index 80d2fe9..b302ff3 100644 --- a/tool/download-release.ps1 +++ b/tool/download-release.ps1 @@ -2,7 +2,7 @@ # File : download-release.ps1 # Authors : Aoran Zeng # Created on : <2023-09-21> -# Last modified : <2024-06-08> +# Last modified : <2024-06-11> # # download: # @@ -27,7 +27,7 @@ $names = @( ) # Like https://github.com/RubyMetric/chsrc/releases/download/latest/chsrc-x64-windows.exe -$url_prefix = "https://github.com/RubyMetric/chsrc/releases/download/latest/" +$url_prefix = "https://github.com/RubyMetric/chsrc/releases/download/pre/" foreach ($name in $names) { curl -LO "${url_prefix}${name}"