Skip to content

Commit

Permalink
fix: update a proto path in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GirZ0n committed Sep 22, 2023
1 parent 1bcf8d2 commit 1d90b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Generate proto
run: |
export PROTO_PATH="hyperstyle/src/python/review/inspectors/ij_python/proto"
export PROTO_PATH="hyperstyle/src/python/review/inspectors/common/inspector/proto"
python3 -m grpc_tools.protoc --proto_path=. --python_out=. --pyi_out=. --grpc_python_out=. ${PROTO_PATH}/model.proto
- name: Install the tool
Expand Down

0 comments on commit 1d90b88

Please sign in to comment.