Skip to content

Commit e6578f0

Browse files
blindly expect windows to generate output as main.exe
1 parent 5f7701d commit e6578f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_flow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
TARGET: windows
6464
CMD_BUILD: >
6565
pyinstaller -F codecov_cli/main.py &&
66-
cp ./dist/main ./dist/codecovcli_windows_${{github.ref_name}}.exe
66+
cp ./dist/main.exe ./dist/codecovcli_windows_${{github.ref_name}}.exe
6767
OUT_FILE_NAME: codecovcli_windows_${{github.ref_name}}.exe
6868
ASSET_MIME: application/vnd.microsoft.portable-executable
6969
steps:

0 commit comments

Comments
 (0)