update
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -90,10 +90,10 @@ jobs:
|
||||
- name: Install Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
|
||||
- name: Download build artifact
|
||||
- name: Download generate artifact
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: build-output-${{ steps.commit-hash.outputs.short }}
|
||||
name: generate-output-${{ steps.commit-hash.outputs.short }}
|
||||
path: dist
|
||||
|
||||
- name: Install ESA CLI
|
||||
|
||||
Reference in New Issue
Block a user