update
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -90,11 +90,11 @@ 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 build artifact
|
||||||
# uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
# with:
|
with:
|
||||||
# name: build-output-${{ steps.commit-hash.outputs.short }}
|
name: build-output-${{ steps.commit-hash.outputs.short }}
|
||||||
# path: dist
|
path: dist
|
||||||
|
|
||||||
- name: Install ESA CLI
|
- name: Install ESA CLI
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user