Skip to content

Commit b365aa7

Browse files
committed
strip all
1 parent 036122d commit b365aa7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/release.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ jobs:
6767
run: cargo bundle --release
6868
if: matrix.os == 'macOS-latest'
6969

70-
- name: Strip Application
70+
- name: Strip Gui
71+
working-directory: ./linetest-gui
7172
run: cargo strip
7273
if: matrix.os != 'windows-latest'
7374

@@ -112,11 +113,15 @@ jobs:
112113
asset_name: linetest.exe
113114
asset_content_type: application/zip
114115

115-
116116
- name: Build Cli
117117
working-directory: ./linetest-cli
118118
run: cargo build --release
119119

120+
- name: Strip cli
121+
working-directory: ./linetest-cli
122+
run: cargo strip
123+
if: matrix.os != 'windows-latest'
124+
120125
- name: Upload Linux Cli
121126
if: matrix.os == 'ubuntu-latest'
122127
id: upload-release-asset-lin-cli

0 commit comments

Comments
 (0)