diff --git a/.github/workflows/maven-central-release.yml b/.github/workflows/maven-central-release.yml index 0c7f8d6e1..df3b55871 100644 --- a/.github/workflows/maven-central-release.yml +++ b/.github/workflows/maven-central-release.yml @@ -18,9 +18,9 @@ jobs: - name: Prepare directory structure run: | mkdir -p nexus/org/springframework/ai/spring-ai-core/$RELEASE_VERSION - mkdir -p nexus/org/springframework/batch/spring-ai-openai/$RELEASE_VERSION - mkdir -p nexus/org/springframework/batch/spring-ai-azure-openai/$RELEASE_VERSION - mkdir -p nexus/org/springframework/batch/spring-ai-spring-boot-autoconfigure/$RELEASE_VERSION + mkdir -p nexus/org/springframework/ai/spring-ai-openai/$RELEASE_VERSION + mkdir -p nexus/org/springframework/ai/spring-ai-azure-openai/$RELEASE_VERSION + mkdir -p nexus/org/springframework/ai/spring-ai-spring-boot-autoconfigure/$RELEASE_VERSION - name: Download release files from Artifactory env: