Skip to content

Commit c69963e

Browse files
committed
fix ci again
1 parent aaa7285 commit c69963e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
override: true
4848

4949
- name: Build release binary
50-
run: cargo build --release --target ${{ matrix.target }}
50+
run: cargo build --release --bin qs --target ${{ matrix.target }}
5151

5252
- name: Prepare binary for packaging
5353
shell: bash

0 commit comments

Comments
 (0)