mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 13:51:45 +08:00
Update upload script again
This commit is contained in:
Submodule jni/src/Xash3D/xash3d updated: 6ec21604ec...472f483e21
@@ -15,6 +15,13 @@ COMMITHASH=$(git rev-parse --short HEAD)
|
||||
PREFIX=$DAYSSINCERELEASE-$(date +"%H-%M")
|
||||
POSTFIX=$COMMITHASH
|
||||
|
||||
YADISKPATH=`date +%Y/%m/%d`
|
||||
|
||||
curl -u $YADISK_USERNAME:$YADISK_PASSWORD -X MKCOL https://webdav.yandex.ru/XashTestVersions/`date +%Y`
|
||||
curl -u $YADISK_USERNAME:$YADISK_PASSWORD -X MKCOL https://webdav.yandex.ru/XashTestVersions/`date +%Y/%m`/
|
||||
curl -u $YADISK_USERNAME:$YADISK_PASSWORD -X MKCOL https://webdav.yandex.ru/XashTestVersions/`date +%Y/%m/%d`/
|
||||
|
||||
|
||||
while [ "$1" != "" ]; do
|
||||
FNAME=$1
|
||||
FILE_BASE=${FNAME%.*}
|
||||
|
||||
Reference in New Issue
Block a user