File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,11 @@ jobs:
5353 # https://daniel.haxx.se/blog/2020/06/24/curl-7-71-0-blobs-and-retries/
5454 # https://curl.se/docs/manpage.html#--retry-all-errors
5555 command : |
56- CODECOV_BIN ="$(mktemp -d)/codecov/bin"
56+ CODECOV ="$(mktemp -d)/codecov/bin/codecov "
5757 # `mktemp` on codecov doesn't support long options, use short
5858 # options instead.
5959
60- CODECOV="${CODECOV_BIN}/codecov"
61- curl --output "${CODECOV}" --create-dirs --silent --show-error https://cli.codecov.io/latest/linux/codecov
60+ curl --output "${CODECOV}" --create-dirs --location --silent --show-error https://cli.codecov.io/latest/linux/codecov
6261 chmod +x "${CODECOV}"
6362
6463 "${CODECOV}" upload-process --file coverage.txt --slug "${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}"
You can’t perform that action at this time.
0 commit comments