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

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

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: christopherhx/gitea-upload-artifact@v4
with: with:
name: static-website name: static-website
path: site/ path: site/