From 9079c05fd94d07ab9d1870676090cc221a5ef268 Mon Sep 17 00:00:00 2001 From: liyp Date: Sat, 12 Apr 2025 18:41:10 +0800 Subject: [PATCH] =?UTF-8?q?Release=20v1.5.2=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/AutoRelease.yaml b/.gitea/workflows/AutoRelease.yaml index c5560a3..fbee4a4 100644 --- a/.gitea/workflows/AutoRelease.yaml +++ b/.gitea/workflows/AutoRelease.yaml @@ -189,7 +189,7 @@ jobs: - name: 安装jq工具 run: | sudo apt-get update - sudo apt-get -y install jq + sudo apt-get -y install curl jq - name: 如果有README文件存在则删除掉 run: |