Skip to content

Commit

Permalink
Do not compress on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipK committed Dec 29, 2022
1 parent cf692f3 commit ff22409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_on_v_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- name: Build Release Version
run: cargo build --release
- name: Compress binaries
if: ${{ matrix.os != 'ubuntu-latest'}}
uses: svenstaro/upx-action@v2
with:
file: ${{ matrix.file }}
Expand Down

0 comments on commit ff22409

Please sign in to comment.