diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 50a3cc5..7c13f1e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,7 +5,7 @@ on: jobs: publish: - name: Publishing for ${{ matrix.job.os }} + name: Publishing ${{ matrix.job.target }} runs-on: ${{ matrix.job.os }} strategy: matrix: @@ -51,7 +51,7 @@ jobs: toolchain: ${{ matrix.rust }} profile: minimal override: true - target: ${{ matrix.target }} + target: ${{ matrix.job.target }} - uses: Swatinem/rust-cache@v1 - name: Cargo build uses: actions-rs/cargo@v1