Fix upload directory in CI [ci skip]

This commit is contained in:
Julien Wadel 2020-07-03 18:02:27 +02:00
parent d1691d90a7
commit c273d88963
3 changed files with 3 additions and 3 deletions

View file

@ -139,7 +139,7 @@ job-debian9-makefile-clang-deploy:
- $NIGHTLY_MASTER
- $DEPLOY_LINUX
script:
- rsync -rlv --ignore-existing build/OUTPUT/Packages/*.AppImage $DEPLOY_SERVER:$APPIMAGE_DEPLOY_SNAPSHOTS_PATH/
- rsync -rlv --ignore-existing build/OUTPUT/Packages/*.AppImage $DEPLOY_SERVER:APPIMAGE_UPLOAD_DIRECTORY/
#################################################
# Debug

View file

@ -114,4 +114,4 @@ job-macosx-makefile-deploy:
- $NIGHTLY_MASTER
- $DEPLOY_MACOSX
script:
- rsync -rlv --ignore-existing build/OUTPUT/Packages/Linphone*.dmg $DEPLOY_SERVER:$MACOSX_DEPLOY_SNAPSHOTS_PATH
- rsync -rlv --ignore-existing build/OUTPUT/Packages/Linphone*.dmg $DEPLOY_SERVER:MACOSX_UPLOAD_DIRECTORY

View file

@ -98,7 +98,7 @@ job-windows-vs2017-win32-upload:
dependencies:
- job-windows-vs2017-package
script:
- scp "results/*.exe" "%DEPLOY_SERVER%:%WINDOWS_DEPLOY_SNAPSHOTS_PATH%"
- scp "results/*.exe" "%DEPLOY_SERVER%:%WINDOWS_UPLOAD_DIRECTORY%"