From 6c042a0fef559dd4d2b9fa57c1b20b27ca4fd34d Mon Sep 17 00:00:00 2001 From: Philip Date: Sat, 2 Oct 2021 15:46:32 +0200 Subject: [PATCH] Compress windows UI version --- .github/workflows/release_on_v_tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_on_v_tag.yml b/.github/workflows/release_on_v_tag.yml index 873d001..7d3f7ae 100644 --- a/.github/workflows/release_on_v_tag.yml +++ b/.github/workflows/release_on_v_tag.yml @@ -71,7 +71,7 @@ jobs: if: ${{ matrix.ui == false}} run: cargo build --release - name: Compress binaries - if: ${{ matrix.ui == false}} + if: ${{ matrix.os == 'windows-latest' || matrix.ui == false}} uses: svenstaro/upx-action@v2 with: file: ${{ matrix.file }}