diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 920a7e2..a2abe84 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,8 +93,6 @@ jobs: - name: Prepare deployment run: | bun install -g edgeone vercel wrangler - unzip artifact/generate-output-${{ steps.commit-hash.outputs.short }}.zip -d artifact/generate-output-${{ steps.commit-hash.outputs.short }} - cd artifact/generate-output-${{ steps.commit-hash.outputs.short }} - name: Deploy to Vercel run: |