Skip to content

Commit

Permalink
Fix the cli binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
yanliu38 committed Jan 25, 2025
1 parent 6288c59 commit 0a9db26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
run: |
if [ "${{ matrix.target }}" = "x86_64-pc-windows-gnu" ]; then
cargo install cross --git https://github.com/cross-rs/cross
cross build --release --target ${{ matrix.target }} -p cli
cross build --release --target ${{ matrix.target }} -p dc
else
cargo build --release --target ${{ matrix.target }} -p cli
cargo build --release --target ${{ matrix.target }} -p dc
fi
- name: Prepare binary
Expand Down

0 comments on commit 0a9db26

Please sign in to comment.