We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7701d commit e6578f0Copy full SHA for e6578f0
.github/workflows/release_flow.yml
@@ -63,7 +63,7 @@ jobs:
63
TARGET: windows
64
CMD_BUILD: >
65
pyinstaller -F codecov_cli/main.py &&
66
- cp ./dist/main ./dist/codecovcli_windows_${{github.ref_name}}.exe
+ cp ./dist/main.exe ./dist/codecovcli_windows_${{github.ref_name}}.exe
67
OUT_FILE_NAME: codecovcli_windows_${{github.ref_name}}.exe
68
ASSET_MIME: application/vnd.microsoft.portable-executable
69
steps:
0 commit comments