Skip to content

Commit 18acd31

Browse files
committed
fix(ci): correct release.yml
1 parent cf52053 commit 18acd31

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,11 @@ jobs:
3030
- name: Cargo login
3131
run: cargo login ${{ secrets.CARGO_API_TOKEN }}
3232

33-
- name: Release crate
34-
run: cargo publish
33+
- name: Release lib
34+
run: cd cambridge-asm && cargo publish && cd ..
35+
36+
- name: Release bin
37+
run: cd cambridge-asm-cli && cargo publish && cd ..
3538

3639
- name: Build all targets
3740
run: python3 .github/buildall.py

0 commit comments

Comments
 (0)