Skip to content

Commit 82628a7

Browse files
hongj-srcmeta-codesync[bot]
authored andcommitted
Fix publish working directory
Summary: Workflow error https://github.com/facebook/capi-param-builder/actions/runs/18352391096/job/52275600065 Fix the working directory to SDK level Differential Revision: D84172569 Privacy Context Container: L1384019 fbshipit-source-id: 71af36e1b8a97b51b0bbe7716e544f5c6716a3cd
1 parent 8d9cf92 commit 82628a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/java_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
defaults:
1313
run:
14-
working-directory: java/
14+
working-directory: java/capi-param-builder
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Set up Java version

0 commit comments

Comments
 (0)