We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b7c10 commit 8a610a3Copy full SHA for 8a610a3
tools/travis/publish.sh
@@ -35,7 +35,7 @@ if [ ${RUNTIME_VERSION} == "3" ]; then
35
elif [ ${RUNTIME_VERSION} == "3-ai" ]; then
36
RUNTIME="python3AiAction"
37
elif [ ${RUNTIME_VERSION} == "3-loop" ]; then
38
- RUNTIME="pythonActionLoop"
+ RUNTIME="python3ActionLoop"
39
elif [ ${RUNTIME_VERSION} == "3-loopai" ]; then
40
RUNTIME="python3AiActionLoop"
41
fi
0 commit comments