Skip to content

Commit

Permalink
Only strip on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipK committed Dec 31, 2022
1 parent 3c2d2b1 commit cb3291d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release_on_v_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
run: |
cargo build --release
strip ./target/release/boilr
upx ./target/release/boilr -9
- name: Compress binaries windows
if: ${{ matrix.os != 'ubuntu-latest'}}
uses: svenstaro/upx-action@v2
Expand Down

0 comments on commit cb3291d

Please sign in to comment.