We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aad0ac commit 763db14Copy full SHA for 763db14
1 file changed
.github/workflows/release-codecov-cli.yml
@@ -77,7 +77,8 @@ jobs:
77
- os: macos-latest
78
TARGET: macos
79
CMD_BUILD: >
80
- cd codecov-cli
+ pwd
81
+ cd ./codecov-cli
82
uv run pyinstaller --target-arch universal2 -F ./codecov_cli/main.py &&
83
mv ./dist/main ./dist/codecovcli_macos &&
84
cd ../prevent-cli
0 commit comments