update
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -81,11 +81,7 @@ jobs:
|
|||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: generate-output-${{ steps.commit-hash.outputs.short }}
|
name: generate-output-${{ steps.commit-hash.outputs.short }}
|
||||||
path: artifact
|
path: dist
|
||||||
|
|
||||||
- name: List artifact contents
|
|
||||||
run: |
|
|
||||||
echo "Contents:" && ls -la artifact || true
|
|
||||||
|
|
||||||
- name: Install Bun
|
- name: Install Bun
|
||||||
uses: oven-sh/setup-bun@v2
|
uses: oven-sh/setup-bun@v2
|
||||||
@@ -93,7 +89,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 dist
|
|
||||||
|
|
||||||
- name: Deploy to Vercel
|
- name: Deploy to Vercel
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user