diff --git a/release.sh b/release.sh index 855db72f..c252350e 100644 --- a/release.sh +++ b/release.sh @@ -22,7 +22,7 @@ if [ $1 = "prepare" ]; then mkdir -p tmp # get myaac from git archive - git archive --format zip --output tmp/myaac.zip develop + git archive --format zip --output tmp/myaac.zip master cd tmp/ || exit