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