diff --git a/ci/copy-unix-release-artifacts.sh b/ci/copy-unix-release-artifacts.sh index a1e1bea8d9..f7324ec6e2 100755 --- a/ci/copy-unix-release-artifacts.sh +++ b/ci/copy-unix-release-artifacts.sh @@ -48,7 +48,7 @@ if [[ "$NAME" == "linux" ]]; then NON_REPUDIATION=non-repudiation-$RELEASE_TAG.jar bazel build //runtime-components/non-repudiation-app:non-repudiation-app_deploy.jar - cp bazel-bin/runtime-components/non-repudiation-app/non-repudiation-app_deploy.jar $OUTPUT_DIR/github/$NON_REPUDIATION + cp bazel-bin/runtime-components/non-repudiation-app/non-repudiation-app_deploy.jar $OUTPUT_DIR/artifactory/$NON_REPUDIATION NON_REPUDIATION_CLIENT_JAR=non-repudiation-client-$RELEASE_TAG.jar NON_REPUDIATION_CLIENT_POM=non-repudiation-client-$RELEASE_TAG.pom