Skip to content

Commit

Permalink
chore: specify binary name (#3449)
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed Mar 7, 2024
1 parent 1f1491e commit 9ec288c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 9ec288c

Please sign in to comment.