File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -396,15 +396,15 @@ jobs:
396
396
- run :
397
397
name : Run MacOS binary -f (dry-run)
398
398
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
400
400
- run :
401
401
name : Run MacOS binary auto-detect (dry-run)
402
402
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
404
404
- run :
405
405
name : Run MacOS binary (upload)
406
406
command : |
407
- ./out/codecov-macos -F macos -v -Z -e CIRCLE_BRANCH
407
+ ./out/codecov-macos-arm64 -F macos -v -Z -e CIRCLE_BRANCH
408
408
409
409
- persist_to_workspace :
410
410
root : .
@@ -428,11 +428,11 @@ jobs:
428
428
- run :
429
429
name : Run MacOS binary (dry-run)
430
430
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
432
432
- run :
433
433
name : Run MacOS binary (upload)
434
434
command : |
435
- ./out/codecov-macos -F macos-without-git
435
+ ./out/codecov-macos-arm64 -F macos-without-git
436
436
437
437
- persist_to_workspace :
438
438
root : .
You can’t perform that action at this time.
0 commit comments