更新 .gitea/workflows/build.yaml
Some checks failed
CI / build (push) Failing after 1s

This commit is contained in:
Jeffrey Hsu 2024-10-31 17:41:50 +08:00
parent 2d649f2fea
commit bd79926d08

View File

@ -33,8 +33,11 @@ jobs:
working-directory: WebIndex
run: npm run build
- name: Upload build artifacts
uses: https://gitea.com/actions/upload-artifact@v4
with:
name: vue-build
path: dist/ # Vue.js 默认构建输出目录
- name: Compress build artifacts
run: |
mkdir -p artifacts
zip -r artifacts/build.zip WebIndex/dist/
- name: Create Release
use: https://gitea.com/actions/gitea-release-action@v1