mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
fixing var
This commit is contained in:
@@ -50,8 +50,8 @@ steps:
|
||||
|
||||
- task: PublishPipelineArtifact@1
|
||||
inputs:
|
||||
pathToPublish: '$(System.DefaultWorkingDirectory)/dist/Bitwarden-Portable-${{ PACKAGE_VERSION }}.exe'
|
||||
artifactName: Bitwarden-Portable-$(PACKAGE_VERSION).exe
|
||||
pathToPublish: '$(System.DefaultWorkingDirectory)/dist/Bitwarden-Portable-${ packageVersion }.exe'
|
||||
artifactName: Bitwarden-Portable-$(packageVersion).exe
|
||||
|
||||
# - task: PublishPipelineArtifact@1
|
||||
# inputs:
|
||||
|
||||
Reference in New Issue
Block a user