ci: add bin options to reduce build burden (#3518)

chore: add bin options
This commit is contained in:
Weny Xu
2024-03-14 19:05:35 +08:00
committed by GitHub
parent 5ad3b7984e
commit 3a326775ee

View File

@@ -70,7 +70,7 @@ runs:
- name: Build greptime binary
shell: pwsh
run: cargo build --profile ${{ inputs.cargo-profile }} --features ${{ inputs.features }} --target ${{ inputs.arch }}
run: cargo build --profile ${{ inputs.cargo-profile }} --features ${{ inputs.features }} --target ${{ inputs.arch }} --bin greptime
- name: Upload artifacts
uses: ./.github/actions/upload-artifacts