From c5f4cfed6c8ce503ff50a73ef0456e3daa897f13 Mon Sep 17 00:00:00 2001 From: David Grove Date: Wed, 4 Aug 2021 10:35:33 -0400 Subject: [PATCH] fix publish script (#114) 14a31cfe missed changing 3AiAction to 36AiAction in publish.sh --- tools/travis/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/travis/publish.sh b/tools/travis/publish.sh index 015e953f..12e1b7d0 100755 --- a/tools/travis/publish.sh +++ b/tools/travis/publish.sh @@ -33,7 +33,7 @@ IMAGE_TAG=$3 if [ ${RUNTIME_VERSION} == "3" ]; then RUNTIME="python3Action" elif [ ${RUNTIME_VERSION} == "3-ai" ]; then - RUNTIME="python3AiAction" + RUNTIME="python36AiAction" elif [ ${RUNTIME_VERSION} == "39" ]; then RUNTIME="python39Action" fi