Skip to content

Commit

Permalink
fix: update the binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Nov 13, 2024
1 parent 34f40f4 commit c09969b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,15 +396,15 @@ jobs:
- run:
name: Run MacOS binary -f (dry-run)
command: |
./out/codecov-macos -f /Users/distiller/project/coverage/cobertura-coverage.xml -F macos -d -Z -v -e CIRCLE_BRANCH >> output_osx.txt
./out/codecov-macos-arm64 -f /Users/distiller/project/coverage/cobertura-coverage.xml -F macos -d -Z -v -e CIRCLE_BRANCH >> output_osx.txt
- run:
name: Run MacOS binary auto-detect (dry-run)
command: |
./out/codecov-macos -F macos -v -d -Z -e CIRCLE_BRANCH >> output_osx.txt
./out/codecov-macos-arm64 -F macos -v -d -Z -e CIRCLE_BRANCH >> output_osx.txt
- run:
name: Run MacOS binary (upload)
command: |
./out/codecov-macos -F macos -v -Z -e CIRCLE_BRANCH
./out/codecov-macos-arm64 -F macos -v -Z -e CIRCLE_BRANCH
- persist_to_workspace:
root: .
Expand All @@ -428,11 +428,11 @@ jobs:
- run:
name: Run MacOS binary (dry-run)
command: |
./out/codecov-macos -F macos-without-git -d > output_osx_without_git.txt
./out/codecov-macos-arm64 -F macos-without-git -d > output_osx_without_git.txt
- run:
name: Run MacOS binary (upload)
command: |
./out/codecov-macos -F macos-without-git
./out/codecov-macos-arm64 -F macos-without-git
- persist_to_workspace:
root: .
Expand Down

0 comments on commit c09969b

Please sign in to comment.