mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
refine asset syntax
This commit is contained in:
parent
98bc43a9cb
commit
7b1fed2814
@ -157,9 +157,9 @@ jobs:
|
||||
target: '$(build.sourceVersion)'
|
||||
tagSource: 'manual'
|
||||
tag: 'azure-test-$(build.my_tag)'
|
||||
assets:
|
||||
- '*.zip'
|
||||
- '*.deb'
|
||||
assets: |
|
||||
$(Build.SourcesDirectory)/*.zip
|
||||
$(Build.SourcesDirectory)/*.deb
|
||||
title: 'Azure test: $(build.my_tag) - $(build.date)'
|
||||
assetUploadMode: 'replace'
|
||||
addChangeLog: false
|
||||
|
Loading…
Reference in New Issue
Block a user