Release v1.4.6 测试生成readme.md
Some checks failed
自动版本发布 / AutoRelease (push) Successful in 15s
自动版本发布 / AutoREADME.md (push) Failing after 26s

This commit is contained in:
liyp 2025-04-12 17:31:52 +08:00
parent 336b7dd8e0
commit 0bc25a1c3b

View File

@ -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