Skip to content

Commit

Permalink
strip all
Browse files Browse the repository at this point in the history
  • Loading branch information
woelper committed Jul 19, 2021
1 parent 036122d commit b365aa7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
run: cargo bundle --release
if: matrix.os == 'macOS-latest'

- name: Strip Application
- name: Strip Gui
working-directory: ./linetest-gui
run: cargo strip
if: matrix.os != 'windows-latest'

Expand Down Expand Up @@ -112,11 +113,15 @@ jobs:
asset_name: linetest.exe
asset_content_type: application/zip


- name: Build Cli
working-directory: ./linetest-cli
run: cargo build --release

- name: Strip cli
working-directory: ./linetest-cli
run: cargo strip
if: matrix.os != 'windows-latest'

- name: Upload Linux Cli
if: matrix.os == 'ubuntu-latest'
id: upload-release-asset-lin-cli
Expand Down

0 comments on commit b365aa7

Please # to comment.