ci: fix uploading artifact
All checks were successful
Build Demo / build (push) Successful in 48s

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

View File

@ -27,8 +27,8 @@ 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 uses: https://gitea.com/actions/upload-artifact@v3
with: with:
name: static-website name: static-website
path: site/ path: site/