diff --git a/release.sh b/release.sh index 8e104ea2..8d9d7705 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 0.9 + git archive --format zip --output tmp/myaac.zip develop cd tmp/ || exit