Skip to content

Commit

Permalink
compile_windows.sh: Remove .exe extension when copying ./bazel-bin/sr…
Browse files Browse the repository at this point in the history
…c/bazel

--
MOS_MIGRATED_REVID=139572117
  • Loading branch information
meteorcloudy committed Nov 18, 2016
1 parent 6bf4037 commit 489d1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/windows/compile_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ ${BOOTSTRAP_BAZEL} --bazelrc=${BAZELRC:-/dev/null} --nomaster_bazelrc build \

# Copy the resulting artifact.
mkdir -p output/ci
cp bazel-bin/src/bazel.exe output/ci/bazel-$(get_full_release_name).exe
cp bazel-bin/src/bazel output/ci/bazel-$(get_full_release_name).exe
zip -j output/ci/bazel-$(get_full_release_name).zip bazel-bin/src/bazel.exe

0 comments on commit 489d1f4

Please sign in to comment.