From 97bebabc91b9a232835329cf04ebca172af7fb44 Mon Sep 17 00:00:00 2001 From: dotasek Date: Wed, 1 Feb 2023 11:56:18 -0500 Subject: [PATCH] Set correct version for artifact publish --- release-branch-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-branch-pipeline.yml b/release-branch-pipeline.yml index 92a356aad..a0b861410 100644 --- a/release-branch-pipeline.yml +++ b/release-branch-pipeline.yml @@ -129,7 +129,7 @@ jobs: - task: PublishPipelineArtifact@1 displayName: 'Publish Validator jar' inputs: - targetPath: "$(System.DefaultWorkingDirectory)/org.hl7.fhir.validation/target/org.hl7.fhir.validation-$(version).jar" + targetPath: "$(System.DefaultWorkingDirectory)/org.hl7.fhir.validation/target/org.hl7.fhir.validation-$(version_from_pom).jar" artifactName: Validator - task: PublishBuildArtifacts@1 # Publishes the files we've moved into the staging directory, so they can be accessed by the