From 7df543f586e26045cbe277c4e946c1cdb65fc9c9 Mon Sep 17 00:00:00 2001 From: Philip Kristoffersen Date: Mon, 15 May 2023 20:00:11 +0200 Subject: [PATCH] Update release_on_v_tag.yml Simplify release pipeline --- .github/workflows/release_on_v_tag.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/release_on_v_tag.yml b/.github/workflows/release_on_v_tag.yml index 382bb3d..d6756fe 100644 --- a/.github/workflows/release_on_v_tag.yml +++ b/.github/workflows/release_on_v_tag.yml @@ -50,16 +50,9 @@ jobs: - name: Rust Cache id: rust_cache uses: Swatinem/rust-cache@v2 - - name: Build Release Version Windows - if: ${{ matrix.os != 'ubuntu-latest'}} + - name: Build Release Version run: cargo build --release - - name: Build Release Version Linux - if: ${{ matrix.os == 'ubuntu-latest'}} - run: | - cargo build --release - strip ./target/release/boilr - name: Compress binaries windows - if: ${{ matrix.os != 'ubuntu-latest'}} uses: svenstaro/upx-action@v2 with: file: ${{ matrix.file }}