We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6288c59 commit 0a9db26Copy full SHA for 0a9db26
.github/workflows/release.yml
@@ -64,9 +64,9 @@ jobs:
64
run: |
65
if [ "${{ matrix.target }}" = "x86_64-pc-windows-gnu" ]; then
66
cargo install cross --git https://github.com/cross-rs/cross
67
- cross build --release --target ${{ matrix.target }} -p cli
+ cross build --release --target ${{ matrix.target }} -p dc
68
else
69
- cargo build --release --target ${{ matrix.target }} -p cli
+ cargo build --release --target ${{ matrix.target }} -p dc
70
fi
71
72
- name: Prepare binary
0 commit comments