We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c156415 commit 3b241d7Copy full SHA for 3b241d7
.github/workflows/release_flow.yml
@@ -49,7 +49,7 @@ jobs:
49
CMD_BUILD: >
50
pyinstaller -F codecov_cli/main.py &&
51
cd dist/ &&
52
- zip -r9 codecovcli_macos_${{github.ref_name}} main.app/
+ zip -r9 codecovcli_macos_${{github.ref_name}} main
53
OUT_FILE_NAME: codecovcli_macos_${{github.ref_name}}.zip
54
ASSET_MIME: application/zip
55
- os: ubuntu-latest
@@ -63,7 +63,7 @@ jobs:
63
TARGET: windows
64
65
66
- cp ./dist/main.exe ./dist/codecovcli_windows_${{github.ref_name}}.exe
+ cp ./dist/main ./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