From 193f1d331225361e4482363f811ee0c16850ebbd Mon Sep 17 00:00:00 2001 From: Jeffery Date: Sat, 21 Mar 2026 10:48:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E7=9A=84=E5=90=8D=E7=A8=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/master.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/master.yaml b/.gitea/workflows/master.yaml index 794a852..18d0876 100644 --- a/.gitea/workflows/master.yaml +++ b/.gitea/workflows/master.yaml @@ -21,12 +21,12 @@ jobs: uses: akkuman/gitea-release-action@${{ vars.ACTION_RELEASE_VERSION }} with: tag_name: "v${{ needs.version.outputs.version }}" - test: - name: "CD > 清理舊版成品" + cleanup: + name: "CD > 清理成品" runs-on: ubuntu needs: release steps: - - name: 清理舊版成品 + - name: 清理成品 uses: https://gitea.jsc.idv.tw/actions/cleanup-release@${{ vars.ACTION_CLEANUP_RELEASE_VERSION }} with: RUNNER_TOKEN: ${{ secrets.RUNNER_TOKEN }} \ No newline at end of file