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 .
|
cp ./.ci/bintray-release.json .
|
||||||
- task: CopyFiles@2
|
- task: CopyFiles@2
|
||||||
inputs:
|
inputs:
|
||||||
#sourceFolder: # Optional
|
sourceFolder: $(Build.Repository.LocalPath) # Optional
|
||||||
contents: |
|
contents: |
|
||||||
'nheko*.dmg'
|
'**/nheko*.dmg'
|
||||||
'nheko*.AppImage'
|
'**/nheko*.AppImage'
|
||||||
targetFolder: $(Build.ArtifactStagingDirectory)
|
targetFolder: $(Build.ArtifactStagingDirectory)
|
||||||
#cleanTargetFolder: false # Optional
|
#cleanTargetFolder: false # Optional
|
||||||
#overWrite: false # Optional
|
overWrite: true # Optional
|
||||||
#flattenFolders: false # Optional
|
flattenFolders: true # Optional
|
||||||
# Create a variable for build success
|
# Create a variable for build success
|
||||||
- bash: ls ${ARTIFACT_STAGING_DIRECTORY}
|
- bash: ls ${ARTIFACT_STAGING_DIRECTORY}
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue