Skip to content

Commit

Permalink
fix: grep repo path
Browse files Browse the repository at this point in the history
Signed-off-by: Zhanhui Li <[email protected]>
  • Loading branch information
lizhanhui committed Mar 2, 2024
1 parent 03777c5 commit 9f4c512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp_tagged_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Otherwise, uses the default branch.
ref: 'v1.46.3'
# Relative path under $GITHUB_WORKSPACE to place the repository
path: repo/grpc
path: cpp/repo/grpc
submodules: true
- name: "Install Dependencies"
run: |
Expand Down

0 comments on commit 9f4c512

Please sign in to comment.