github: dont use -s for strip

This commit is contained in:
1computer1 2020-06-22 05:06:10 -04:00
parent e2ed36fffe
commit 34594282a0
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
shell: bash
run: |
FOUND=$(find dist-newstyle \( -name 'myriad' -o -name 'myriad.exe' \) -type f)
strip -s $FOUND
strip $FOUND
gzip --best $FOUND
echo ::set-output name=binary::$FOUND.gz