Build bazel binary with .exe extension (2)

RELNOTES: None
PiperOrigin-RevId: 274777362
diff --git a/.bazelci/postsubmit.yml b/.bazelci/postsubmit.yml
index d9bef11..373a9a0 100644
--- a/.bazelci/postsubmit.yml
+++ b/.bazelci/postsubmit.yml
@@ -169,7 +169,7 @@
       # Remove when https://github.com/bazelbuild/bazel/issues/7026 is fixed.
       - "--noincompatible_strict_action_env"
     build_targets:
-      - "//src:bazel"
+      - "//src:bazel.exe"
       - "//src:bazel_jdk_minimal"
     test_flags:
       - "--copt=-w"
diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml
index 4f739b2..06e1d7d 100644
--- a/.bazelci/presubmit.yml
+++ b/.bazelci/presubmit.yml
@@ -181,7 +181,7 @@
       # Remove when https://github.com/bazelbuild/bazel/issues/7026 is fixed.
       - "--noincompatible_strict_action_env"
     build_targets:
-      - "//src:bazel"
+      - "//src:bazel.exe"
       - "//src:bazel_jdk_minimal"
     test_flags:
       - "--copt=-w"