github: dont use -s for strip
This commit is contained in:
parent
e2ed36fffe
commit
34594282a0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
FOUND=$(find dist-newstyle \( -name 'myriad' -o -name 'myriad.exe' \) -type f)
|
FOUND=$(find dist-newstyle \( -name 'myriad' -o -name 'myriad.exe' \) -type f)
|
||||||
strip -s $FOUND
|
strip $FOUND
|
||||||
gzip --best $FOUND
|
gzip --best $FOUND
|
||||||
echo ::set-output name=binary::$FOUND.gz
|
echo ::set-output name=binary::$FOUND.gz
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue