From 78c2852877300bf97d60ea4bd6e1a1ecd2305aca Mon Sep 17 00:00:00 2001 From: Cdm2883 Date: Sat, 10 Aug 2024 18:30:56 +0800 Subject: [PATCH] ci: fix uploading artifact --- .gitea/workflows/build-demo.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-demo.yaml b/.gitea/workflows/build-demo.yaml index e538af3..efcfdd4 100644 --- a/.gitea/workflows/build-demo.yaml +++ b/.gitea/workflows/build-demo.yaml @@ -27,8 +27,9 @@ jobs: - name: Run build script run: npm run build - - name: Upload Output - uses: https://gitea.com/actions/upload-artifact@v4 + - name: Upload artifact + # noinspection SpellCheckingInspection + uses: https://gitclone.com/github.com/christopherhx/gitea-upload-artifact@v4 with: name: static-website path: site/