fix: Disable broken MacOS compression

This commit is contained in:
RedEtherbloom 2024-11-11 23:53:49 +01:00
parent 0ab679acca
commit a4b221fe75

View file

@ -69,6 +69,8 @@ jobs:
file: target/${{ matrix.target }}/release/taskwarrior-tui${{ matrix.binary_postfix }} file: target/${{ matrix.target }}/release/taskwarrior-tui${{ matrix.binary_postfix }}
args: ${{ matrix.upx_args }} args: ${{ matrix.upx_args }}
strip: ${{ matrix.strip }} 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 - name: Packaging binary
shell: bash shell: bash
run: | run: |