diff --git a/.github/workflows/binary-builds.yml b/.github/workflows/binary-builds.yml index 96a298c..d2743c1 100644 --- a/.github/workflows/binary-builds.yml +++ b/.github/workflows/binary-builds.yml @@ -98,10 +98,10 @@ jobs: - name: Build (openssl-vendored) if: steps.is-openssl-vendored.outputs.enabled == 'true' - run: cargo build --release --target ${{ matrix.target }} --features openssl-vendored + run: cargo build --release --bin cpp-linter-cli --target ${{ matrix.target }} --features openssl-vendored - name: Build (no openssl-vendored) if: steps.is-openssl-vendored.outputs.enabled == 'false' - run: cargo build --release --target ${{ matrix.target }} + run: cargo build --release --bin cpp-linter-cli --target ${{ matrix.target }} - name: Prepare artifacts [Windows] shell: bash