From f6bc7ff64810b53cd7b3833a2cdf701e7f222c03 Mon Sep 17 00:00:00 2001 From: Marcus Girolneto Date: Mon, 25 Mar 2024 09:45:26 -0300 Subject: [PATCH] Updating action --- .github/templates/build_tessellation/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/templates/build_tessellation/action.yml b/.github/templates/build_tessellation/action.yml index 949446e..5055c5d 100644 --- a/.github/templates/build_tessellation/action.yml +++ b/.github/templates/build_tessellation/action.yml @@ -26,4 +26,4 @@ runs: git checkout $TESSELLATION_VERSION sbt clean - sbt kernel/publishM2 dagL1/publishM2 keytool/publishM2 shared/publishM2 sdk/publishM2 currencyL0/publishM2 currencyL1/publishM2 \ No newline at end of file + sbt kernel/publishM2 dagL1/publishM2 keytool/publishM2 shared/publishM2 nodeShared/publishM2 currencyL0/publishM2 currencyL1/publishM2 \ No newline at end of file