Fix branch

This commit is contained in:
slawkens 2025-01-27 22:04:54 +01:00
parent f696f74a06
commit e13bd879db

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 master git archive --format zip --output tmp/myaac.zip 0.8
cd tmp/ || exit cd tmp/ || exit