chore: Update upx-action ♻️

This commit is contained in:
Dheepak Krishnamurthy 2023-08-29 00:05:02 -04:00
parent 83c3eb7048
commit 0ea6ce7d43

View file

@ -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