Skip to content

Commit

Permalink
chore: add bin options
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed Mar 14, 2024
1 parent 5ad3b79 commit d96973e
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 d96973e

Please sign in to comment.