From c39a198c57a70d40ffe013e57ae5be2031135fd9 Mon Sep 17 00:00:00 2001 From: Masterain Date: Sun, 10 Dec 2023 21:07:17 -0800 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c85582a4..22beb308 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -76,7 +76,7 @@ steps: - task: PublishPipelineArtifact@1 inputs: targetPath: '$(Build.ArtifactStagingDirectory)' - artifact: '*' + artifact: 'Snap.Hutao.Alpha-$(version).msix' publishLocation: 'pipeline' #- task: GitHubRelease@1