diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8a9dd808940..7cdf7cfeb75 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,7 +8,7 @@ pool: steps: - script: JAVA_HOME=$JAVA_HOME_21_X64 mvn package -- script: cp shaded-jar/target/otp-shaded-*.jar '$(Pipeline.Workspace)/otp-shaded.jar' +- script: cp otp-shaded/target/otp-shaded-*.jar '$(Pipeline.Workspace)/otp-shaded.jar' - task: PublishPipelineArtifact@1 inputs: targetPath: '$(Pipeline.Workspace)/otp-shaded.jar' # string. Alias: path. Required. File or directory path. Default: $(Pipeline.Workspace).