From 9d75540b8b946569e2ad85e42d3d1ad4e4b89b67 Mon Sep 17 00:00:00 2001 From: Rhen Cloud Date: Sat, 17 Jan 2026 15:14:40 +0800 Subject: [PATCH] update --- .github/workflows/build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ee536a..4222ecb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,11 +81,7 @@ jobs: uses: actions/download-artifact@v4 with: name: generate-output-${{ steps.commit-hash.outputs.short }} - path: artifact - - - name: List artifact contents - run: | - echo "Contents:" && ls -la artifact || true + path: dist - name: Install Bun uses: oven-sh/setup-bun@v2 @@ -93,7 +89,6 @@ jobs: - name: Prepare deployment run: | bun install -g edgeone vercel wrangler - unzip artifact/generate-output-${{ steps.commit-hash.outputs.short }}.zip -d dist - name: Deploy to Vercel run: |