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 aaa7285 commit c69963eCopy full SHA for c69963e
.github/workflows/rust-release.yml
@@ -47,7 +47,7 @@ jobs:
47
override: true
48
49
- name: Build release binary
50
- run: cargo build --release --target ${{ matrix.target }}
+ run: cargo build --release --bin qs --target ${{ matrix.target }}
51
52
- name: Prepare binary for packaging
53
shell: bash
0 commit comments