From b7d7382696b2e05bdfbf1bbb27a61e9b6384e9a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=A2=A7=E8=97=A4?= <67498817+phidiaLam@users.noreply.github.com> Date: Sat, 31 Aug 2024 12:31:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=BA=94=E6=AC=A1=E5=B0=9D=E8=AF=95?= =?UTF-8?q?=E4=BF=AE=E5=A4=8Dpython=20import=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/code-gen-py.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-gen-py.yml b/.github/workflows/code-gen-py.yml index 6a667af..05d8ec9 100644 --- a/.github/workflows/code-gen-py.yml +++ b/.github/workflows/code-gen-py.yml @@ -60,7 +60,7 @@ jobs: # 在master 中生成代码 - name: generate proto code run: - mkdir -v Ceobe_Proto/pb && + mkdir -v /Ceobe_Proto/pb && python -m grpc_tools.protoc -I./Ceobe_Proto/pb=./protos --python_out=. --grpc_python_out=. ./protos/*.proto working-directory: ./master