#2648 - testing the new benchmark artifact name

This commit is contained in:
Chris McCarthy
2024-06-26 12:00:56 +01:00
parent 20c9719f1e
commit 795b5a80fb

View File

@@ -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'