diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index db10192..2c117d6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -125,9 +125,7 @@ jobs: with: targets: ${{ matrix.target }} - name: Cargo build - run: | - cargo build --profile ${{ env.BUILD_PROFILE }} --target ${{ matrix.target }} \ - --bin ${{ env.CARGO_BIN_NAME }} --features ${{ matrix.features }} + run: cargo build --profile ${{ env.BUILD_PROFILE }} --target ${{ matrix.target }} --bin ${{ env.CARGO_BIN_NAME }} --features ${{ matrix.features }} - name: Upload artifacts uses: actions/upload-artifact@v3 with: