Skip to content

Commit 43e1008

Browse files
committed
👷 Add ring to cli crates on windows
1 parent db2f195 commit 43e1008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-packages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
shell: bash
6969
run: |
7070
if [ "${{ matrix.build.OS }}" = "windows-2022" ]; then
71-
cargo add --package cli ring
71+
cargo add --package bolt-cli ring
7272
fi
7373
7474
- name: Build the Rust binary

0 commit comments

Comments
 (0)