Skip to content

Commit a77b3a5

Browse files
committed
fix(ci): use terraphim-cli package name in release builds
1 parent 6648c2f commit a77b3a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
BUILD="rustup run stable cargo"
8585
fi
8686
$BUILD build --release --target ${{ matrix.target }} -p terraphim_agent --bin terraphim-agent
87-
$BUILD build --release --target ${{ matrix.target }} -p terraphim_cli --bin terraphim-cli
87+
$BUILD build --release --target ${{ matrix.target }} -p terraphim-cli --bin terraphim-cli
8888
$BUILD build --release --target ${{ matrix.target }} -p terraphim_grep --bin terraphim-grep --features "code-search openrouter"
8989
- name: Package artifacts (Unix)
9090
if: matrix.os != 'windows-latest'

0 commit comments

Comments
 (0)