Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit d690c5b

Browse files
committed
remove zipping step for macOs file
1 parent c78db51 commit d690c5b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release_flow.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@ jobs:
4949
CMD_BUILD: >
5050
STATICCODECOV_LIB_PATH=$(find build/ -maxdepth 1 -type d -name 'lib.*' -print -quit | xargs -I {} sh -c "find {} -type f -name 'staticcodecov*' -print -quit | sed 's|^./||'") &&
5151
pyinstaller --add-binary ${STATICCODECOV_LIB_PATH}:. --hidden-import staticcodecov_languages -F codecov_cli/main.py &&
52-
cd dist/ &&
53-
zip -r9 codecovcli_macos.zip main
54-
OUT_FILE_NAME: codecovcli_macos.zip
55-
ASSET_MIME: application/zip
52+
mv dist/main dist/codecovcli_macos
53+
OUT_FILE_NAME: codecovcli_macos
54+
ASSET_MIME: application/octet-stream
5655
- os: ubuntu-latest
5756
TARGET: ubuntu
5857
CMD_BUILD: >

0 commit comments

Comments
 (0)