From a4b221fe75916f2ea6bd5467659753e9cbd7ea75 Mon Sep 17 00:00:00 2001 From: RedEtherbloom Date: Mon, 11 Nov 2024 23:53:49 +0100 Subject: [PATCH] fix: Disable broken MacOS compression --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6fb416f..48ad2fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,6 +69,8 @@ jobs: file: target/${{ matrix.target }}/release/taskwarrior-tui${{ matrix.binary_postfix }} args: ${{ matrix.upx_args }} strip: ${{ matrix.strip }} + # MacOS Compression disabled due to bug https://github.com/upx/upx/blob/44e4bd0b5454ff8aee1ff3376974dfe6014300d9/NEWS#L31 + if: ${{ matrix.os != 'macOS-latest' }} - name: Packaging binary shell: bash run: |