Change build copy task

azure-pipelines
Joseph Donofry 6 years ago
parent 4e07cae145
commit d39b4a0f3c
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
  1. 4
      .ci/azure-build.yml

@ -17,8 +17,8 @@ steps:
inputs:
#sourceFolder: # Optional
contents: |
'**/*.dmg'
'**/*.AppImage'
'nheko*.dmg'
'nheko*.AppImage'
targetFolder: $(Build.ArtifactStagingDirectory)
#cleanTargetFolder: false # Optional
#overWrite: false # Optional

Loading…
Cancel
Save