Skip to content

Commit

Permalink
ci: add bin options to reduce build burden (#3518)
Browse files Browse the repository at this point in the history
chore: add bin options
  • Loading branch information
WenyXu authored Mar 14, 2024
1 parent 5ad3b79 commit 3a32677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-windows-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a32677

Please sign in to comment.