From d19efc2c1d05aa5816ed29ddf65bb752c7ea1beb Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sun, 15 Nov 2020 23:38:48 -0500 Subject: [PATCH] bundledLauncherProj needs to be published --- .github/workflows/nightly.yml | 2 +- build.sbt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 893031ec4..85dd1c471 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -49,7 +49,7 @@ jobs: cd io sbt -v +publish cd ../ - sbt -Dsbtlm.path=$HOME/work/sbt/sbt/librarymanagement -Dsbtzinc.path=$HOME/work/sbt/sbt/zinc -Dsbt.build.fatal=false "+lowerUtils/publish; {librarymanagement}/publish; {zinc}/publish; upperModules/publish" + sbt -Dsbtlm.path=$HOME/work/sbt/sbt/librarymanagement -Dsbtzinc.path=$HOME/work/sbt/sbt/zinc -Dsbt.build.fatal=false "+lowerUtils/publish; {librarymanagement}/publish; {zinc}/publish; upperModules/publish; bundledLauncherProj/publish" rm -rf "$HOME/.ivy2/local" || true rm -r $(find $HOME/.sbt/boot -name "*-SNAPSHOT") || true find $HOME/Library/Caches/Coursier/v1 -name "ivydata-*.properties" -delete || true diff --git a/build.sbt b/build.sbt index 3c7baa0d1..2c0f7dece 100644 --- a/build.sbt +++ b/build.sbt @@ -1523,6 +1523,7 @@ def customCommands: Seq[Setting[_]] = Seq( "conscriptConfigs" :: "upperModules/compile" :: "upperModules/publishSigned" :: + "bundledLauncherProj/publishSigned" :: "bundledLauncherProj/publishLauncher" :: state },