Fix branch name

This commit is contained in:
slawkens 2025-01-14 00:17:33 +01:00
parent b6b7592226
commit 030d15f0cd

View File

@ -22,7 +22,7 @@ if [ $1 = "prepare" ]; then
mkdir -p tmp mkdir -p tmp
# get myaac from git archive # 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 cd tmp/ || exit