This commit is contained in:
2026-01-25 00:51:30 +08:00
parent d44f5b7c4d
commit 2f094fd610

View File

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