This commit is contained in:
2026-01-17 14:22:16 +08:00
parent 5259e1fd2f
commit 6f7ab7084a

View File

@@ -93,8 +93,6 @@ jobs:
- name: Prepare deployment - name: Prepare deployment
run: | run: |
bun install -g edgeone vercel wrangler 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 - name: Deploy to Vercel
run: | run: |