diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b84f983..50a3cc5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -51,6 +51,7 @@ jobs: toolchain: ${{ matrix.rust }} profile: minimal override: true + target: ${{ matrix.target }} - uses: Swatinem/rust-cache@v1 - name: Cargo build uses: actions-rs/cargo@v1