From 4b663cdc28cb3f790e4aaa99b9299658aff161f5 Mon Sep 17 00:00:00 2001 From: ND Tai <49815011+ndtai772@users.noreply.github.com> Date: Thu, 29 Apr 2021 23:34:28 +0700 Subject: [PATCH] v1.0.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7309d9..53ad4da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Release run: cargo build --release --verbose - name: Strip the released binary - if: ${{ runner.os == 'ubuntu-latest'}} + if: ${{ matrix.os == 'ubuntu-latest'}} run: strip target/release/${{ matrix.artifact_name }} - name: Upload binaries to release uses: svenstaro/upload-release-action@v2