This commit is contained in:
2026-01-25 00:58:35 +08:00
parent 2f094fd610
commit c15374e234

View File

@@ -90,10 +90,10 @@ jobs:
- name: Install Bun - name: Install Bun
uses: oven-sh/setup-bun@v2 uses: oven-sh/setup-bun@v2
- name: Download build artifact - name: Download generate artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
name: build-output-${{ steps.commit-hash.outputs.short }} name: generate-output-${{ steps.commit-hash.outputs.short }}
path: dist path: dist
- name: Install ESA CLI - name: Install ESA CLI