ci: fix uploading artifact
Some checks failed
Build Demo / build (push) Failing after 3s

This commit is contained in:
Cdm2883 2024-08-10 18:30:56 +08:00
parent f25ab10926
commit 78c2852877

View File

@ -27,8 +27,9 @@ jobs:
- name: Run build script - name: Run build script
run: npm run build run: npm run build
- name: Upload Output - name: Upload artifact
uses: https://gitea.com/actions/upload-artifact@v4 # noinspection SpellCheckingInspection
uses: https://gitclone.com/github.com/christopherhx/gitea-upload-artifact@v4
with: with:
name: static-website name: static-website
path: site/ path: site/