change branch name in release.sh

This commit is contained in:
slawkens 2023-06-02 08:05:13 +02:00
parent 1a2e46f09b
commit 0f30ebbcea

View File

@ -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