fix: Disable broken MacOS compression

This commit is contained in:
RedEtherbloom 2024-11-11 23:53:49 +01:00 committed by Etherbloom
parent 840a52241f
commit 14283c8ed9

View file

@ -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: |