From a3590d987177702ec7b53a7a6e1cf67a2ed0b9f4 Mon Sep 17 00:00:00 2001 From: Alexandr Bogomyakov Date: Tue, 20 Jun 2023 03:37:22 +0300 Subject: [PATCH] 1.0.1 --- .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 a1da8c8..e500024 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,8 +28,8 @@ jobs: with: name: ${{ env.BINARY_NAME }} path: target/x86_64-unknown-linux-musl/release/${{ env.BINARY_NAME }}* - - name: Strip binary - run: strip target/x86_64-unknown-linux-musl/release/${{ env.BINARY_NAME }} +# - name: Strip binary +# run: strip target/x86_64-unknown-linux-musl/release/${{ env.BINARY_NAME }} - uses: ncipollo/release-action@v1 with: artifacts: target/x86_64-unknown-linux-musl/release/${{ env.BINARY_NAME }}* \ No newline at end of file