Skip to content

Commit cfe3cd6

Browse files
authored
Update build.yml
1 parent 0d82617 commit cfe3cd6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ jobs:
1818
- name: Setup Build Env
1919
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com//sipcapture/rtcagent/master/builder/init_env.sh)"
2020
- name: Build RTCAgent
21-
run: make
21+
run: make
22+
- name: Compress
23+
run: |
24+
strip bin/rtcagent
25+
upx bin/rtcagent
2226
- name: Check & Run
2327
run: |
2428
ls -alFh bin/rtcagent

0 commit comments

Comments
 (0)