We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78db51 commit d690c5bCopy full SHA for d690c5b
1 file changed
.github/workflows/release_flow.yml
@@ -49,10 +49,9 @@ jobs:
49
CMD_BUILD: >
50
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|^./||'") &&
51
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
+ mv dist/main dist/codecovcli_macos
+ OUT_FILE_NAME: codecovcli_macos
+ ASSET_MIME: application/octet-stream
56
- os: ubuntu-latest
57
TARGET: ubuntu
58
0 commit comments