diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index b91f370030..3b6975a149 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -102,7 +102,7 @@ jobs: shared-key: "build-binaries" - name: Build greptime binaries shell: bash - run: cargo build + run: cargo build --bin greptime --bin sqlness-runner - name: Pack greptime binaries shell: bash run: |