Skip to content

Commit

Permalink
fix mavenlocal path
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Sep 22, 2023
1 parent f9dff4e commit 75840d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-java-cdk-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: mavenlocal-jars
path: ~/.m2/io/airbyte
path: ~/.m2/repository/io/airbyte/
- name: Publish Java Modules to CloudRepo
if: ${{ env.DRY_RUN == 'false' }}
run: ./gradlew --no-daemon :airbyte-cdk:java:airbyte-cdk:publish
Expand Down

0 comments on commit 75840d1

Please sign in to comment.