From 29b84538d4f5c547f17891f04beeb9ddae66336e Mon Sep 17 00:00:00 2001 From: Lee Smet Date: Thu, 23 Feb 2023 18:34:23 +0100 Subject: [PATCH] Strip correct binary path Signed-off-by: Lee Smet --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48c886f..423b882 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,8 +23,8 @@ jobs: target: x86_64-unknown-linux-musl override: true - run: cargo build --release --target x86_64-unknown-linux-musl --features vendored - - run: strip target/x86_64-unknown-linux-musl/release/zstor - - run: cp target/x86_64-unknown-linux-musl/release/zstor zstor_v2-x86_64-linux-musl + - run: strip target/x86_64-unknown-linux-musl/release/zstor_v2 + - run: cp target/x86_64-unknown-linux-musl/release/zstor_v2 zstor_v2-x86_64-linux-musl - name: Upload the artifacts uses: skx/github-action-publish-binaries@master