From 97561ad3603839502024c6e582cd16ff9913c22b Mon Sep 17 00:00:00 2001 From: liyp Date: Sat, 12 Apr 2025 16:49:08 +0800 Subject: [PATCH] =?UTF-8?q?Release=20v1.4.1=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 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitea/workflows/AutoRelease.yaml b/.gitea/workflows/AutoRelease.yaml index 2089d58..e7f4c2b 100644 --- a/.gitea/workflows/AutoRelease.yaml +++ b/.gitea/workflows/AutoRelease.yaml @@ -144,3 +144,13 @@ jobs: ${{ steps.find-bin-files-1.outputs.bin_files }} ${{ steps.find-bin-files-2.outputs.bin_files }} ${{ steps.find-bin-files-3.outputs.bin_files }} + + AutoREADME.md: + # 工作在ubuntu-latest系统中 + runs-on: ubuntu-latest + # 以下是steps + steps: + + - name: 获取最终Release信息 + run: | + echo "hello work"