From de1e0e4ae3ef0b65075c9896ea25a9b23e2376ee Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Mon, 8 Jul 2019 07:50:56 +0800 Subject: fix --- ci/test-mill-bootstrap.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ci') 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 -- cgit v1.2.3