mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 05:11:51 +08:00
scripts: travis: fix upload to yadisk
This commit is contained in:
@@ -2,5 +2,6 @@ FOLDER_NAME=$DEPLOY_BRANCH-$TRAVIS_BRANCH
|
||||
WEBDAV_SRV=https://$YANDEX_DISK_USER:$YANDEX_DISK_TOKEN@webdav.yandex.ru
|
||||
|
||||
for file in $*; do
|
||||
curl -T $file $WEBDAV_SRV/$FOLDER_NAME
|
||||
echo "Uploading $file..."
|
||||
curl -T $file $WEBDAV_SRV/$FOLDER_NAME/$file
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user