From 310575ab068b736ca6783b3c45513651384f46af Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Thu, 23 Feb 2023 00:00:09 +0100 Subject: [PATCH] Fix directory setup in sonatype staging build --- .github/workflows/sonatype-staging-build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/sonatype-staging-build.yml b/.github/workflows/sonatype-staging-build.yml index c0d3b5598..7d3197635 100644 --- a/.github/workflows/sonatype-staging-build.yml +++ b/.github/workflows/sonatype-staging-build.yml @@ -41,6 +41,7 @@ jobs: echo "Downloading core artifacts" cd ../../../../../.. + cd nexus/org/springframework/batch/spring-batch-core/$RELEASE_VERSION wget $ARTIFACTORY_URL/spring-batch-core/$RELEASE_VERSION/spring-batch-core-$RELEASE_VERSION.pom wget $ARTIFACTORY_URL/spring-batch-core/$RELEASE_VERSION/spring-batch-core-$RELEASE_VERSION.jar wget $ARTIFACTORY_URL/spring-batch-core/$RELEASE_VERSION/spring-batch-core-$RELEASE_VERSION-javadoc.jar @@ -48,6 +49,7 @@ jobs: echo "Downloading test artifacts" cd ../../../../../.. + cd nexus/org/springframework/batch/spring-batch-test/$RELEASE_VERSION wget $ARTIFACTORY_URL/spring-batch-test/$RELEASE_VERSION/spring-batch-test-$RELEASE_VERSION.pom wget $ARTIFACTORY_URL/spring-batch-test/$RELEASE_VERSION/spring-batch-test-$RELEASE_VERSION.jar wget $ARTIFACTORY_URL/spring-batch-test/$RELEASE_VERSION/spring-batch-test-$RELEASE_VERSION-javadoc.jar @@ -55,6 +57,7 @@ jobs: echo "Downloading integration artifacts" cd ../../../../../.. + cd nexus/org/springframework/batch/spring-batch-integration/$RELEASE_VERSION wget $ARTIFACTORY_URL/spring-batch-integration/$RELEASE_VERSION/spring-batch-integration-$RELEASE_VERSION.pom wget $ARTIFACTORY_URL/spring-batch-integration/$RELEASE_VERSION/spring-batch-integration-$RELEASE_VERSION.jar wget $ARTIFACTORY_URL/spring-batch-integration/$RELEASE_VERSION/spring-batch-integration-$RELEASE_VERSION-javadoc.jar