From 5167f4662466dd2a5bb125d9163d22234aef1363 Mon Sep 17 00:00:00 2001 From: Alexander Weiss Date: Mon, 13 Jun 2022 23:02:24 +0200 Subject: [PATCH] second fix for CD --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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