From 8bd63ba2b83e474968e3022ac6dc327f74648376 Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Sat, 18 May 2019 12:16:04 -0400 Subject: [PATCH] Update copy task --- .ci/azure-build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.ci/azure-build.yml b/.ci/azure-build.yml index 04dd316e..5c34aeae 100644 --- a/.ci/azure-build.yml +++ b/.ci/azure-build.yml @@ -17,14 +17,14 @@ steps: cp ./.ci/bintray-release.json . - task: CopyFiles@2 inputs: - #sourceFolder: # Optional + sourceFolder: $(Build.Repository.LocalPath) # Optional contents: | - 'nheko*.dmg' - 'nheko*.AppImage' + '**/nheko*.dmg' + '**/nheko*.AppImage' targetFolder: $(Build.ArtifactStagingDirectory) #cleanTargetFolder: false # Optional - #overWrite: false # Optional - #flattenFolders: false # Optional + overWrite: true # Optional + flattenFolders: true # Optional # Create a variable for build success - bash: ls ${ARTIFACT_STAGING_DIRECTORY} env: