From 6a4688b9c18a650c441159f259a8a2f35f2b7637 Mon Sep 17 00:00:00 2001 From: Yezzi Hsueh Date: Fri, 27 Jun 2025 16:06:28 +0800 Subject: [PATCH] ci: remove upload artifact --- .gitea/workflows/cron.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/cron.yml b/.gitea/workflows/cron.yml index 464f30c..e87ef78 100644 --- a/.gitea/workflows/cron.yml +++ b/.gitea/workflows/cron.yml @@ -19,8 +19,8 @@ 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: christopherhx/gitea-upload-artifact@v4 +# with: +# name: chn_list.rsc +# path: chn_list.rsc