diff --git a/.github/workflows/release_and_publish.yml b/.github/workflows/release_and_publish.yml index 2cca03d..c7b86c2 100644 --- a/.github/workflows/release_and_publish.yml +++ b/.github/workflows/release_and_publish.yml @@ -136,7 +136,7 @@ jobs: uses: actions-rs/toolchain@v1 with: toolchain: stable - target: ${{ matrix.os }} + target: ${{ matrix.target }} override: true - name: Build @@ -144,7 +144,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: build - args: --release --target ${{ matrix.os }} + args: --release --target ${{ matrix.target }} - name: Package Binary if: matrix.exists == 'false' env: