From ba2e3f5a111acaee80e5c4b7ce17e63fb417c41b Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Mon, 14 Dec 2020 19:56:29 +0000 Subject: [PATCH] fixing AZ pipeline task typo --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a69d2c9841..45d9e1cc55 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -35,12 +35,12 @@ steps: - script: ls -alht dist displayName: show executables -- task: PublishPipelineArtifacts@1 +- task: PublishPipelineArtifact@1 inputs: pathToPublish: 'dist/Bitwarden-1.23.1-ia32.appx' artifactName: Bitwarden-$(GIT_COMMIT_TO_BUILD)-ia32.appx -- task: PublishPipelineArtifacts@1 +- task: PublishPipelineArtifact@1 inputs: pathToPublish: 'dist/Bitwarden-1.23.1-x64.appx' artifactName: Bitwarden-$(GIT_COMMIT_TO_BUILD)-x64.appx