Skip to content

Commit

Permalink
chore: Comment upx till Windows action works
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak committed May 12, 2024
1 parent b450f7d commit 1ebb511
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ jobs:
with:
command: build
args: --release ${{matrix.features}} --target=${{ matrix.target }}
- name: Compress binaries
uses: svenstaro/upx-action@v2
with:
files: |
target/${{ matrix.target }}/release/taskwarrior-tui${{ matrix.binary_postfix }}
args: ${{ matrix.upx_args }}
strip: ${{ matrix.strip }}
# - name: Compress binaries
# uses: svenstaro/upx-action@v2
# with:
# files: |
# target/${{ matrix.target }}/release/taskwarrior-tui${{ matrix.binary_postfix }}
# args: ${{ matrix.upx_args }}
# strip: ${{ matrix.strip }}
- name: Packaging binary
shell: bash
run: |
Expand Down

0 comments on commit 1ebb511

Please sign in to comment.