This commit is contained in:
2026-01-03 22:47:36 +08:00
parent 3b2167a29c
commit 4667fcd289

View File

@@ -33,3 +33,20 @@ jobs:
- name: Playgroud build check
run: bun run build
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: build-output-${{ github.sha }}
path: .output
retention-days: 7
- name: Playgroud generate check
run: bun run generate
- name: Upload generate artifact
uses: actions/upload-artifact@v4
with:
name: generate-output-${{ github.sha }}
path: dist
retention-days: 7