Skip to content

Commit 763db14

Browse files
committed
idk
1 parent 9aad0ac commit 763db14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-codecov-cli.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ jobs:
7777
- os: macos-latest
7878
TARGET: macos
7979
CMD_BUILD: >
80-
cd codecov-cli
80+
pwd
81+
cd ./codecov-cli
8182
uv run pyinstaller --target-arch universal2 -F ./codecov_cli/main.py &&
8283
mv ./dist/main ./dist/codecovcli_macos &&
8384
cd ../prevent-cli

0 commit comments

Comments
 (0)