mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
fixing AZ pipeline task typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user