This is an automated email from the ASF dual-hosted git repository. linxinyuan pushed a commit to branch xinyuan-fix-protoc in repository https://gitbox.apache.org/repos/asf/texera.git
commit 49a95914f77de20196ece76b34e74cd5b90eada7 Author: Xinyuan Lin <[email protected]> AuthorDate: Sat Mar 28 00:34:02 2026 -0700 init --- bin/frontend-proto-gen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/frontend-proto-gen.sh b/bin/frontend-proto-gen.sh index 4510657843..d2748f41aa 100755 --- a/bin/frontend-proto-gen.sh +++ b/bin/frontend-proto-gen.sh @@ -17,7 +17,7 @@ TEXERA_HOME="$(git rev-parse --show-toplevel)" GUI_DIR="$TEXERA_HOME/frontend" -PROTOBUF_DIR="$TEXERA_HOME/core/workflow-core/src/main/protobuf" +PROTOBUF_DIR="$TEXERA_HOME/common/workflow-core/src/main/protobuf" GUI_PROTO_DIR="$GUI_DIR/src/app/common/type" WORKFLOW_PROTO=$(find "$PROTOBUF_DIR" -iname "workflow.proto")
