mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04:00
** as fnmatch should be enough
This commit is contained in:
@ -121,7 +121,7 @@ jobs:
|
||||
ls -lah $(Build.SourcesDirectory)/dev_bin
|
||||
- task: cURLUploader@2
|
||||
inputs:
|
||||
files: '$(Build.SourcesDirectory)/dev_bin/**/*.*'
|
||||
files: '$(Build.SourcesDirectory)/dev_bin/**'
|
||||
authType: 'userAndPass'
|
||||
username: $(username)
|
||||
password: $(api-key)
|
||||
|
Reference in New Issue
Block a user