File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 48
48
TARGET : macos
49
49
CMD_BUILD : >
50
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}: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 &&
52
52
cd dist/ &&
53
53
zip -r9 codecovcli_macos_${{github.ref_name}}.zip main
54
54
OUT_FILE_NAME : codecovcli_macos_${{github.ref_name}}.zip
57
57
TARGET : ubuntu
58
58
CMD_BUILD : >
59
59
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 &&
61
61
cp ./dist/main ./dist/codecovcli_linux_${{github.ref_name}}
62
62
OUT_FILE_NAME : codecovcli_linux_${{github.ref_name}}
63
63
ASSET_MIME : application/octet-stream
You can’t perform that action at this time.
0 commit comments