From f9f7cf9a768c9b9681eaefec538f4b75dc2af5a1 Mon Sep 17 00:00:00 2001 From: Rhen Cloud Date: Sun, 18 Jan 2026 16:50:04 +0800 Subject: [PATCH] update --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21c139f..8a07840 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -135,13 +135,18 @@ jobs: - name: Install Bun uses: oven-sh/setup-bun@v2 + - name: Download generate artifact + uses: actions/download-artifact@v4 + with: + name: generate-output-${{ steps.commit-hash.outputs.short }} + path: .vercel/output/static + - name: Install Vercel CLI run: | bun install -g vercel - name: Deploy to Vercel run: | - vercel build --token ${{ secrets.VERCEL_TOKEN }} --yes vercel --token ${{ secrets.VERCEL_TOKEN }} --prebuilt --yes --prod deploy-edgeone: