From 691174511ec80f446a6c71c4f7cef350109245ee Mon Sep 17 00:00:00 2001 From: Ben Sarmiento Date: Thu, 1 Feb 2024 01:23:43 +0100 Subject: [PATCH] Remove upx --- .github/workflows/build.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d97fad..38584e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,12 +70,6 @@ jobs: buildmode: default trimpath: true - - name: Compress binaries - uses: svenstaro/upx-action@v2 - with: - files: | - artifacts/* - - name: Compress artifacts run: | mkdir -p compressed_artifacts