Update map version

This commit is contained in:
martindhy
2021-09-07 01:30:33 +08:00
parent fc5503de1d
commit ae6a736f2c
7 changed files with 97 additions and 131 deletions

View File

@@ -1,5 +1,4 @@
#!/bin/bash
function upload(){
./gradlew $1:clean $1:uploadArchives
if [ $? -ne 0 ];then exit; fi