From 1ebb5113e98613a5e477dbd93f550d734fb27c31 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Sun, 12 May 2024 00:12:13 -0400 Subject: [PATCH] chore: Comment upx till Windows action works --- .github/workflows/cd.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 593d48e4..f947b1f3 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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: |