From 0bc25a1c3b740209c1cde2bf57fdb818a1baea52 Mon Sep 17 00:00:00 2001 From: liyp Date: Sat, 12 Apr 2025 17:31:52 +0800 Subject: [PATCH] =?UTF-8?q?Release=20v1.4.6=20=E6=B5=8B=E8=AF=95=E7=94=9F?= =?UTF-8?q?=E6=88=90readme.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/AutoRelease.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/AutoRelease.yaml b/.gitea/workflows/AutoRelease.yaml index 124787a..ca5fb4f 100644 --- a/.gitea/workflows/AutoRelease.yaml +++ b/.gitea/workflows/AutoRelease.yaml @@ -186,6 +186,11 @@ jobs: deb-src http://mirrors.ustc.edu.cn/ubuntu/ noble-backports main restricted universe multiverse EOF + - name: 安装jq工具 + run: | + sudo apt update + sudo apt install jq -y + - name: 如果有README文件存在则删除掉 run: | if [ -f "README.md" ]; then