From 29d09b3587bf703fb0e4be59f142a30a51a2b4cd Mon Sep 17 00:00:00 2001 From: Leilei Zhang Date: Fri, 4 Jul 2025 17:33:52 +0800 Subject: [PATCH] update artifact name --- .pipelines/v2/oneFuzz.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pipelines/v2/oneFuzz.yml b/.pipelines/v2/oneFuzz.yml index 5d618323b8..d47e5c89d0 100644 --- a/.pipelines/v2/oneFuzz.yml +++ b/.pipelines/v2/oneFuzz.yml @@ -34,9 +34,9 @@ stages: inputs: buildType: 'specific' project: 'Dart' - definition: '76541' # main branch build pipeline 的 definitionId + definition: '76541' buildVersionToDownload: 'latest' branchName: 'refs/heads/main' - artifactName: 'build-x64-Release/PowerToysSetup-0.0.1-x64.exe' + artifactName: 'build-x64-Release' targetPath: '$(Build.ArtifactStagingDirectory)'