From cb3291d050796e46bd13ce925819a61780e57107 Mon Sep 17 00:00:00 2001 From: Philip Kristoffersen Date: Sat, 31 Dec 2022 09:21:11 +0100 Subject: [PATCH] Only strip on linux --- .github/workflows/release_on_v_tag.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release_on_v_tag.yml b/.github/workflows/release_on_v_tag.yml index cc1b068..382bb3d 100644 --- a/.github/workflows/release_on_v_tag.yml +++ b/.github/workflows/release_on_v_tag.yml @@ -58,7 +58,6 @@ jobs: run: | cargo build --release strip ./target/release/boilr - upx ./target/release/boilr -9 - name: Compress binaries windows if: ${{ matrix.os != 'ubuntu-latest'}} uses: svenstaro/upx-action@v2