Skip to content

Commit c09969b

Browse files
fix: update the binary name
1 parent 34f40f4 commit c09969b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -396,15 +396,15 @@ jobs:
396396
- run:
397397
name: Run MacOS binary -f (dry-run)
398398
command: |
399-
./out/codecov-macos -f /Users/distiller/project/coverage/cobertura-coverage.xml -F macos -d -Z -v -e CIRCLE_BRANCH >> output_osx.txt
399+
./out/codecov-macos-arm64 -f /Users/distiller/project/coverage/cobertura-coverage.xml -F macos -d -Z -v -e CIRCLE_BRANCH >> output_osx.txt
400400
- run:
401401
name: Run MacOS binary auto-detect (dry-run)
402402
command: |
403-
./out/codecov-macos -F macos -v -d -Z -e CIRCLE_BRANCH >> output_osx.txt
403+
./out/codecov-macos-arm64 -F macos -v -d -Z -e CIRCLE_BRANCH >> output_osx.txt
404404
- run:
405405
name: Run MacOS binary (upload)
406406
command: |
407-
./out/codecov-macos -F macos -v -Z -e CIRCLE_BRANCH
407+
./out/codecov-macos-arm64 -F macos -v -Z -e CIRCLE_BRANCH
408408
409409
- persist_to_workspace:
410410
root: .
@@ -428,11 +428,11 @@ jobs:
428428
- run:
429429
name: Run MacOS binary (dry-run)
430430
command: |
431-
./out/codecov-macos -F macos-without-git -d > output_osx_without_git.txt
431+
./out/codecov-macos-arm64 -F macos-without-git -d > output_osx_without_git.txt
432432
- run:
433433
name: Run MacOS binary (upload)
434434
command: |
435-
./out/codecov-macos -F macos-without-git
435+
./out/codecov-macos-arm64 -F macos-without-git
436436
437437
- persist_to_workspace:
438438
root: .

0 commit comments

Comments
 (0)