mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 23:46:41 +02:00
chore: Update upx-action ♻️
This commit is contained in:
parent
83c3eb7048
commit
0ea6ce7d43
1 changed files with 2 additions and 1 deletions
3
.github/workflows/cd.yml
vendored
3
.github/workflows/cd.yml
vendored
|
@ -72,7 +72,8 @@ jobs:
|
||||||
- name: Compress binaries
|
- name: Compress binaries
|
||||||
uses: svenstaro/upx-action@v2
|
uses: svenstaro/upx-action@v2
|
||||||
with:
|
with:
|
||||||
file: target/${{ matrix.target }}/release/taskwarrior-tui${{ matrix.binary_postfix }}
|
files: |
|
||||||
|
target/${{ matrix.target }}/release/taskwarrior-tui${{ matrix.binary_postfix }}
|
||||||
args: ${{ matrix.upx_args }}
|
args: ${{ matrix.upx_args }}
|
||||||
strip: ${{ matrix.strip }}
|
strip: ${{ matrix.strip }}
|
||||||
- name: Packaging binary
|
- name: Packaging binary
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue