Skip to content
Snippets Groups Projects
Verified Commit 8bd63ba2 authored by Joe Donofry's avatar Joe Donofry
Browse files

Update copy task

parent 356ad436
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment