From 2f094fd610e206a7e35545b71f66c71fd495e7a4 Mon Sep 17 00:00:00 2001 From: Rhen Cloud Date: Sun, 25 Jan 2026 00:51:30 +0800 Subject: [PATCH] update --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 87f9df3..ba85405 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,11 +90,11 @@ jobs: - name: Install Bun uses: oven-sh/setup-bun@v2 - # - name: Download build artifact - # uses: actions/download-artifact@v4 - # with: - # name: build-output-${{ steps.commit-hash.outputs.short }} - # path: dist + - name: Download build artifact + uses: actions/download-artifact@v4 + with: + name: build-output-${{ steps.commit-hash.outputs.short }} + path: dist - name: Install ESA CLI run: |