From 1314c5d1fd9275c7dca3196e019142131bb13794 Mon Sep 17 00:00:00 2001 From: Ben Sarmiento Date: Thu, 1 Feb 2024 00:45:46 +0100 Subject: [PATCH] Check if this works --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0360fd7..1f86a4b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,6 +70,12 @@ jobs: buildmode: default trimpath: true + - name: Compress binaries + uses: svenstaro/upx-action@v2 + with: + files: | + artifacts/* + - name: Compress artifacts run: | mkdir -p compressed_artifacts