Update automate.sh
parent
fc36c2fa82
commit
ce2008b0d9
|
@ -55,4 +55,7 @@ do
|
||||||
mv $bin $f
|
mv $bin $f
|
||||||
done
|
done
|
||||||
|
|
||||||
sed -i 's/{TIME}/'$(date +%s)'/g' ${DistDir}/bintray.json
|
cd $DistDir
|
||||||
|
pwd
|
||||||
|
ls
|
||||||
|
sed -i 's/{TIME}/'$(date +%s)'/g' bintray.json
|
||||||
|
|
Loading…
Reference in New Issue