All one line (thanks PowerShell)

This commit is contained in:
Luke Street 2023-11-27 19:55:17 -05:00
parent 53e6e0c7c4
commit 879e03eed5
1 changed files with 1 additions and 3 deletions

View File

@ -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: