mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-26 00:05:07 -07:00
im tooo tired
This commit is contained in:
parent
3646123bad
commit
5f61fcfb49
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ stages:
|
|||
archiveFilePatterns: '$(Build.ArtifactStagingDirectory)/**/Lidarr.**.windows.zip'
|
||||
destinationFolder: '$(Build.ArtifactStagingDirectory)/bin'
|
||||
- bash: |
|
||||
ls -R $(BUILD_ARTIFACTSTAGINGDIRECTORY)
|
||||
ls -R ${BUILD_ARTIFACTSTAGINGDIRECTORY}
|
||||
mkdir -p .\\bin
|
||||
cp -R -v ${BUILD_ARTIFACTSTAGINGDIRECTORY}\\bin\\Lidarr\\* .\\bin
|
||||
- task: Bash@3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue