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: |