diff --git a/.azure/azure-benchmark-pipeline.yaml b/.azure/azure-benchmark-pipeline.yaml index bc123454..cd8703ec 100644 --- a/.azure/azure-benchmark-pipeline.yaml +++ b/.azure/azure-benchmark-pipeline.yaml @@ -74,12 +74,12 @@ steps: - script: | ls benchmark/results/v$(MAJOR_VERSION)/v$(VERSION) - tar czf benchmark.tar.gz benchmark/results/v$(MAJOR_VERSION)/v$(VERSION) + tar czf primaite_v$(VERSION)_benchmark.tar.gz benchmark/results/v$(MAJOR_VERSION)/v$(VERSION) displayName: 'Prepare Artifacts for Publishing' - task: PublishPipelineArtifact@1 inputs: - targetPath: benchmark.tar.gz # Path to the files you want to publish - artifactName: 'benchmark-output' # Name of the artifact + targetPath: primaite_v$(VERSION)_benchmark.tar.gz + artifactName: 'benchmark-output' publishLocation: 'pipeline' displayName: 'Publish Benchmark Output as Artifact'