This repository was archived by the owner on Jul 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4848 TARGET : macos
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|^./||'") &&
51- pyinstaller --add-binary ${STATICCODECOV_LIB_PATH}:staticcodecov_languages --add-data languages:languages --paths build --hidden-import staticcodecov_languages -F codecov_cli/main.py &&
51+ pyinstaller --add-binary ${STATICCODECOV_LIB_PATH}:. --hidden-import staticcodecov_languages -F codecov_cli/main.py &&
5252 cd dist/ &&
5353 zip -r9 codecovcli_macos_${{github.ref_name}}.zip main
5454 OUT_FILE_NAME : codecovcli_macos_${{github.ref_name}}.zip
5757 TARGET : ubuntu
5858 CMD_BUILD : >
5959 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|^./||'") &&
60- pyinstaller --add-binary ${STATICCODECOV_LIB_PATH}:staticcodecov_languages --add-data languages:languages --paths build --hidden-import staticcodecov_languages -F codecov_cli/main.py &&
60+ pyinstaller --add-binary ${STATICCODECOV_LIB_PATH}:. --hidden-import staticcodecov_languages -F codecov_cli/main.py &&
6161 cp ./dist/main ./dist/codecovcli_linux_${{github.ref_name}}
6262 OUT_FILE_NAME : codecovcli_linux_${{github.ref_name}}
6363 ASSET_MIME : application/octet-stream
You can’t perform that action at this time.
0 commit comments