summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xci/test-mill-bootstrap.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/ci/test-mill-bootstrap.sh b/ci/test-mill-bootstrap.sh
index f87f749e..cb366732 100755
--- a/ci/test-mill-bootstrap.sh
+++ b/ci/test-mill-bootstrap.sh
@@ -6,8 +6,8 @@ set -eux
git clean -xdf
# First build
-./mill -i all __.publishLocal release
-cp out/release/dest/mill ~/mill-1
+./mill -i all __.publishLocal launcher
+cp out/launcher/dest/mill ~/mill-1
# Clean up
git clean -xdf
@@ -18,8 +18,8 @@ rm -rf ~/.mill
echo "Build 2" > info.txt && git add info.txt && git commit -m "Add info.txt"
# Second build
-~/mill-1 -i all __.publishLocal release
-cp out/release/dest/mill ~/mill-2
+~/mill-1 -i all __.publishLocal launcher
+cp out/launcher/dest/mill ~/mill-2
# Clean up
git clean -xdf