Skip to content

Commit

Permalink
Fix config file path for the Java client workflow (#136)
Browse files Browse the repository at this point in the history
Fixed the config file path for the Java client workflow.
  • Loading branch information
ihsandemir authored Oct 1, 2024
1 parent 309794e commit 49abeef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java_client_compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v4

- name: Read Java Config
run: cat ${{ github.workspace }}/master/.github/java-config.env >> $GITHUB_ENV
run: cat ${{ github.workspace }}/.github/java-config.env >> $GITHUB_ENV

- name: Setup Java
uses: actions/setup-java@v4
Expand Down

0 comments on commit 49abeef

Please sign in to comment.