Skip to content

Commit 5f7701d

Browse files
Explicitly add '.zip' when zipping macos release
1 parent 3b241d7 commit 5f7701d

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
@@ -49,7 +49,7 @@ jobs:
4949
CMD_BUILD: >
5050
pyinstaller -F codecov_cli/main.py &&
5151
cd dist/ &&
52-
zip -r9 codecovcli_macos_${{github.ref_name}} main
52+
zip -r9 codecovcli_macos_${{github.ref_name}}.zip main
5353
OUT_FILE_NAME: codecovcli_macos_${{github.ref_name}}.zip
5454
ASSET_MIME: application/zip
5555
- os: ubuntu-latest

0 commit comments

Comments
 (0)