Skip to content

Commit 0ea6ce7

Browse files
committed
chore: Update upx-action ♻️
1 parent 83c3eb7 commit 0ea6ce7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ jobs:
7272
- name: Compress binaries
7373
uses: svenstaro/upx-action@v2
7474
with:
75-
file: target/${{ matrix.target }}/release/taskwarrior-tui${{ matrix.binary_postfix }}
75+
files: |
76+
target/${{ matrix.target }}/release/taskwarrior-tui${{ matrix.binary_postfix }}
7677
args: ${{ matrix.upx_args }}
7778
strip: ${{ matrix.strip }}
7879
- name: Packaging binary

0 commit comments

Comments
 (0)