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