We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2f195 commit 43e1008Copy full SHA for 43e1008
.github/workflows/publish-packages.yml
@@ -68,7 +68,7 @@ jobs:
68
shell: bash
69
run: |
70
if [ "${{ matrix.build.OS }}" = "windows-2022" ]; then
71
- cargo add --package cli ring
+ cargo add --package bolt-cli ring
72
fi
73
74
- name: Build the Rust binary
0 commit comments