Skip to content

Commit 0a9db26

Browse files
committed
Fix the cli binary name
1 parent 6288c59 commit 0a9db26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ jobs:
6464
run: |
6565
if [ "${{ matrix.target }}" = "x86_64-pc-windows-gnu" ]; then
6666
cargo install cross --git https://github.com/cross-rs/cross
67-
cross build --release --target ${{ matrix.target }} -p cli
67+
cross build --release --target ${{ matrix.target }} -p dc
6868
else
69-
cargo build --release --target ${{ matrix.target }} -p cli
69+
cargo build --release --target ${{ matrix.target }} -p dc
7070
fi
7171
7272
- name: Prepare binary

0 commit comments

Comments
 (0)