ci: make artifact name unique for cpuprofile (#263543)

This commit is contained in:
Robo
2025-08-27 16:38:20 +09:00
committed by GitHub
parent 7947180d11
commit 4a31639f5f
@@ -321,7 +321,7 @@ steps:
- task: 1ES.PublishPipelineArtifact@1
inputs:
targetPath: .build/node-cpuprofile
artifactName: node-cpuprofile-$(VSCODE_ARCH)
artifactName: $(ARTIFACT_PREFIX)node-cpuprofile-$(VSCODE_ARCH)
sbomEnabled: false
condition: succeededOrFailed()
displayName: Publish Codesign cpu profile