mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-26 04:58:49 +03:00
Update copy task
This commit is contained in:
parent
356ad436b7
commit
8bd63ba2b8
1 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue