mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 17:57:19 +02:00
fix: Disable broken MacOS compression
This commit is contained in:
parent
0ab679acca
commit
a4b221fe75
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 }}
|
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: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue