diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index b2ce9f36c..4fd81e753 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -671,7 +671,7 @@ jobs: pushd stream-applications > /dev/null echo "::notice ::uploading unique version snapshot descriptors" set -e - SRC_ROOT=$ROOT_DIR/stream-applications/stream-applications/stream-applications-release-train/stream-applications-descriptor/target/classes/META-INF + SRC_ROOT=$ROOT_DIR/stream-applications/stream-applications-release-train/stream-applications-descriptor/target/classes/META-INF TARGET_REPO=libs-snapshot-local/org/springframework/cloud/stream/app/stream-applications-descriptor/${RELEASE_TRAIN_VERSION}/ jfrog rt upload "$SRC_ROOT/kafka-apps-maven.properties" "${TARGET_REPO}/stream-applications-descriptor-${RELEASE_TRAIN_VERSION}.stream-apps-kafka-maven" jfrog rt upload "$SRC_ROOT/kafka-apps-docker.properties" "${TARGET_REPO}/stream-applications-descriptor-${RELEASE_TRAIN_VERSION}.stream-apps-kafka-docker"