From 6e9ea68b3eeb8e73c501359d100f6b44e4a56785 Mon Sep 17 00:00:00 2001 From: Philip Kristoffersen Date: Sat, 2 Oct 2021 14:25:36 +0200 Subject: [PATCH] Do not compress UI build (it breaks them) --- .github/workflows/release_on_v_tag.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release_on_v_tag.yml b/.github/workflows/release_on_v_tag.yml index 2210122..873d001 100644 --- a/.github/workflows/release_on_v_tag.yml +++ b/.github/workflows/release_on_v_tag.yml @@ -24,7 +24,7 @@ jobs: prerelease: true build: - name: Create cross-platform release build, tag and upload binaries + name: Cross-platform release build needs: once runs-on: ${{ matrix.os }} strategy: @@ -71,6 +71,7 @@ jobs: if: ${{ matrix.ui == false}} run: cargo build --release - name: Compress binaries + if: ${{ matrix.ui == false}} uses: svenstaro/upx-action@v2 with: file: ${{ matrix.file }}