This commit is contained in:
2026-01-24 23:00:54 +08:00
parent 4fddd57f7c
commit a848f82789

View File

@@ -62,16 +62,6 @@ jobs:
path: .output/public path: .output/public
retention-days: 7 retention-days: 7
- name: Playgroud generate check
run: bun run generate
- name: Upload generate artifact
uses: actions/upload-artifact@v4
with:
name: generate-output-${{ steps.commit-hash.outputs.short }}
path: dist
retention-days: 7
- name: Cache node modules - name: Cache node modules
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
@@ -100,10 +90,10 @@ jobs:
- name: Install Bun - name: Install Bun
uses: oven-sh/setup-bun@v2 uses: oven-sh/setup-bun@v2
- name: Download generate artifact - name: Download build artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
name: generate-output-${{ steps.commit-hash.outputs.short }} name: build-output-${{ steps.commit-hash.outputs.short }}
path: dist path: dist
- name: Install ESA CLI - name: Install ESA CLI
@@ -135,10 +125,10 @@ jobs:
- name: Install Bun - name: Install Bun
uses: oven-sh/setup-bun@v2 uses: oven-sh/setup-bun@v2
- name: Download generate artifact - name: Download build artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
name: generate-output-${{ steps.commit-hash.outputs.short }} name: build-output-${{ steps.commit-hash.outputs.short }}
path: dist path: dist
- name: Install Vercel CLI - name: Install Vercel CLI
@@ -178,10 +168,10 @@ jobs:
- name: Install Bun - name: Install Bun
uses: oven-sh/setup-bun@v2 uses: oven-sh/setup-bun@v2
- name: Download generate artifact - name: Download build artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
name: generate-output-${{ steps.commit-hash.outputs.short }} name: build-output-${{ steps.commit-hash.outputs.short }}
path: dist path: dist
- name: Install EdgeOne CLI - name: Install EdgeOne CLI
@@ -215,10 +205,10 @@ jobs:
- name: Install Bun - name: Install Bun
uses: oven-sh/setup-bun@v2 uses: oven-sh/setup-bun@v2
- name: Download generate artifact - name: Download build artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
name: generate-output-${{ steps.commit-hash.outputs.short }} name: build-output-${{ steps.commit-hash.outputs.short }}
path: dist path: dist
- name: Install Cloudflare CLI - name: Install Cloudflare CLI