Skip to content

Commit 9333cb9

Browse files
committed
Strip binaries
1 parent 5709503 commit 9333cb9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
with:
4444
args: opam exec -- make
4545

46+
- name: Strip binaries
47+
run: strip rescript-editor-analysis.exe rescript-tools.exe
48+
4649
# Also avoids artifacts upload permission loss:
4750
# https://github.com/actions/upload-artifact/tree/ee69f02b3dfdecd58bb31b4d133da38ba6fe3700#permission-loss
4851
- name: Compress files
@@ -136,6 +139,10 @@ jobs:
136139
- name: Test
137140
run: opam exec -- make test
138141

142+
- name: Strip binaries
143+
if: matrix.os != 'windows-latest'
144+
run: strip rescript-editor-analysis.exe rescript-tools.exe
145+
139146
# Also avoids artifacts upload permission loss:
140147
# https://github.com/actions/upload-artifact/tree/ee69f02b3dfdecd58bb31b4d133da38ba6fe3700#permission-loss
141148
- name: Compress files

0 commit comments

Comments
 (0)