diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6d160d5..3c49b5e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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