From 28e1061c26943aa6856088bf2c621348243945f5 Mon Sep 17 00:00:00 2001 From: cxykevin Date: Wed, 17 Apr 2024 22:30:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E4=BD=BF=E7=94=A8=E6=9E=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index be14538..65a1e56 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -45,3 +45,8 @@ jobs: TWINE_PASSWORD: ${{ secrets.PYPI_KEY }} run: | twine upload dist/* --verbose --disable-progress-bar + - name: Archive + uses: http://hmtsai.cn:3000/actions/upload-artifact@v4 + with: + path: dist/* + retention-days: 60