Skip to content

Commit 8ad3a57

Browse files
committed
fix: strip binary for debug symbols.
1 parent d1bbc39 commit 8ad3a57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
else
5858
BINARY_NAME="ytermusic"
5959
BINARY_PATH="target/${{ matrix.target }}/release/ytermusic"
60+
strip "$BINARY_PATH"
6061
fi
6162
6263
# Determine archive name

0 commit comments

Comments
 (0)