mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-30 13:03:53 +01:00
fixing AZ pipeline task typo
This commit is contained in:
parent
7fbce68530
commit
ba2e3f5a11
@ -35,12 +35,12 @@ steps:
|
|||||||
- script: ls -alht dist
|
- script: ls -alht dist
|
||||||
displayName: show executables
|
displayName: show executables
|
||||||
|
|
||||||
- task: PublishPipelineArtifacts@1
|
- task: PublishPipelineArtifact@1
|
||||||
inputs:
|
inputs:
|
||||||
pathToPublish: 'dist/Bitwarden-1.23.1-ia32.appx'
|
pathToPublish: 'dist/Bitwarden-1.23.1-ia32.appx'
|
||||||
artifactName: Bitwarden-$(GIT_COMMIT_TO_BUILD)-ia32.appx
|
artifactName: Bitwarden-$(GIT_COMMIT_TO_BUILD)-ia32.appx
|
||||||
|
|
||||||
- task: PublishPipelineArtifacts@1
|
- task: PublishPipelineArtifact@1
|
||||||
inputs:
|
inputs:
|
||||||
pathToPublish: 'dist/Bitwarden-1.23.1-x64.appx'
|
pathToPublish: 'dist/Bitwarden-1.23.1-x64.appx'
|
||||||
artifactName: Bitwarden-$(GIT_COMMIT_TO_BUILD)-x64.appx
|
artifactName: Bitwarden-$(GIT_COMMIT_TO_BUILD)-x64.appx
|
||||||
|
Loading…
Reference in New Issue
Block a user