Skip to content

Commit 819806f

Browse files
committed
fix: use vikacli in build commands
1 parent 9513c20 commit 819806f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ jobs:
7373

7474
- name: Build (native)
7575
if: "!matrix.cross"
76-
run: cargo build -p vika-cli --release --target ${{ matrix.target }}
76+
run: cargo build -p vikacli --release --target ${{ matrix.target }}
7777

7878
- name: Build (cross)
7979
if: matrix.cross
80-
run: cross build -p vika-cli --release --target ${{ matrix.target }}
80+
run: cross build -p vikacli --release --target ${{ matrix.target }}
8181

8282
- name: Rename binary (unix)
8383
if: matrix.os != 'windows-latest'

0 commit comments

Comments
 (0)