Skip to content

Commit 737befb

Browse files
authored
fix: build target name (#181)
1 parent 6de4791 commit 737befb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
${{ runner.os }}-target-${{ matrix.target }}-
8787
8888
- name: Build CLI
89-
run: cargo build --release --target ${{ matrix.target }} -p openviking-cli
89+
run: cargo build --release --target ${{ matrix.target }} -p ov_cli
9090

9191
- name: Create compressed artifacts
9292
shell: bash

0 commit comments

Comments
 (0)