mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 14:36:42 +02:00
fix: Disable broken MacOS compression
This commit is contained in:
parent
840a52241f
commit
14283c8ed9
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue