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 6648c2f commit a77b3a5Copy full SHA for a77b3a5
1 file changed
.github/workflows/release-binaries.yml
@@ -84,7 +84,7 @@ jobs:
84
BUILD="rustup run stable cargo"
85
fi
86
$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
+ $BUILD build --release --target ${{ matrix.target }} -p terraphim-cli --bin terraphim-cli
88
$BUILD build --release --target ${{ matrix.target }} -p terraphim_grep --bin terraphim-grep --features "code-search openrouter"
89
- name: Package artifacts (Unix)
90
if: matrix.os != 'windows-latest'
0 commit comments