From edc0711f75bddc6a857043641a11d7a4893b778b Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 24 Jan 2022 02:00:49 +0800 Subject: [PATCH] CI-DEBUG --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b04bdc76..ca632bcd 100644 --- a/Makefile +++ b/Makefile @@ -253,7 +253,7 @@ artifacts: clean mkdir -p dist/release # UI制品 - sed -ie "s/url('\/icon/url('\/xiang\/icon/g" .tmp/ui/public/icon/md_icon.css + sed -ie "s/url('\/icon/url('\/xiang\/icon/g" ../ui/public/icon/md_icon.css cd ../ui && npm install && npm run build # 静态文件打包