From 5a14d064c53ff664c129d30ebb5b28b62dc5ea0a Mon Sep 17 00:00:00 2001 From: Yezzi Hsueh Date: Fri, 27 Jun 2025 19:53:13 +0800 Subject: [PATCH] test --- .gitea/workflows/cron.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/cron.yml b/.gitea/workflows/cron.yml index b7538b7..580a8fa 100644 --- a/.gitea/workflows/cron.yml +++ b/.gitea/workflows/cron.yml @@ -34,8 +34,9 @@ jobs: - uses: actions-rs/cargo@v1 with: command: run -# - name: Upload Artifact -# uses: christopherhx/gitea-upload-artifact@v4 -# with: -# name: chn_list.rsc -# path: chn_list.rsc + - name: Upload Artifact + uses: actions/upload-artifact@v4 + with: + name: chn_list.rsc + path: chn_list.rsc + retention-days: 7