Skip to content

Commit ef8e8e2

Browse files
fix: set command post windows
1 parent 375a409 commit ef8e8e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/codecov.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ else
7272
say "$g==>$x Detected $b${CC_OS}$x"
7373
fi
7474
cc_filename="codecov"
75-
cc_command="./$cc_filename"
7675
[[ $CC_OS == "windows" ]] && cc_filename+=".exe"
76+
cc_command="./$cc_filename"
7777
[[ $CC_OS == "macos" ]] && \
7878
! command -v gpg 2>&1 >/dev/null && \
7979
HOMEBREW_NO_AUTO_UPDATE=1 brew install gpg

scripts/download.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ else
2626
fi
2727

2828
codecov_filename="codecov"
29-
codecov_command="./$codecov_filename"
3029
[[ $CODECOV_OS == "windows" ]] && codecov_filename+=".exe"
30+
codecov_command="./$codecov_filename"
3131
[[ $CODECOV_OS == "macos" ]] && \
3232
! command -v gpg 2>&1 >/dev/null && \
3333
HOMEBREW_NO_AUTO_UPDATE=1 brew install gpg

0 commit comments

Comments
 (0)