From 5c1e7a07bc73a9897137dafe089fb74cef5d8383 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 24 Feb 2023 22:56:01 +0800 Subject: fix gitlab url --- xmake/actions/update/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/actions/update/main.lua b/xmake/actions/update/main.lua index f580da791..2413e7644 100644 --- a/xmake/actions/update/main.lua +++ b/xmake/actions/update/main.lua @@ -418,7 +418,7 @@ function main() if version:find('.', 1, true) then mainurls = {format("https://github.com/xmake-io/xmake/releases/download/%s/xmake-%s.%s.exe", version, version, winarch), format("https://fastly.jsdelivr.net/gh/xmake-mirror/xmake-releases@%s/xmake-%s.%s.exe.zip", version, version, winarch), - format("https://gitlab.com/xmake-mirror/xmake-releases/raw/%s/xmake-%s.%s.exe.zip", version, version, winarch)} + format("https://gitlab.com/xmake-mirror/xmake-releases/-/raw/%s/xmake-%s.%s.exe.zip", version, version, winarch)} else -- regard as a git branch, fetch from ci local tags = fetchinfo.tags -- cgit v1.3.1