We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9513c20 commit 819806fCopy full SHA for 819806f
1 file changed
.github/workflows/release.yml
@@ -73,11 +73,11 @@ jobs:
73
74
- name: Build (native)
75
if: "!matrix.cross"
76
- run: cargo build -p vika-cli --release --target ${{ matrix.target }}
+ run: cargo build -p vikacli --release --target ${{ matrix.target }}
77
78
- name: Build (cross)
79
if: matrix.cross
80
- run: cross build -p vika-cli --release --target ${{ matrix.target }}
+ run: cross build -p vikacli --release --target ${{ matrix.target }}
81
82
- name: Rename binary (unix)
83
if: matrix.os != 'windows-latest'
0 commit comments