From bc27ba3ae81aa0776260dbf7973a1ebf603db38d Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Mon, 23 Nov 2020 21:48:50 -0500 Subject: Update deploy.yml --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 15442e306..4f7bd15f0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -82,15 +82,15 @@ jobs: target: ${{ matrix.target }} - name: Setup | musl tools - if: contains( matrix.target, 'musl' ) + if: endsWith( matrix.target, 'musl' ) run: sudo apt install -y musl-tools - name: Build | Build - if: contains( matrix.target, 'musl' ) + if: endsWith( matrix.target, 'musl' ) run: cargo build --release --target ${{ matrix.target }} - name: Build | Build (musl) - if: contains( matrix.target, 'musl' ) + if: endsWith( matrix.target, 'musl' ) run: cargo build --release --features tls-vendored --target ${{ matrix.target }} - name: Post Setup | Prepare artifacts [Windows] -- cgit v1.2.3