Update release.sh

This commit is contained in:
slawkens 2025-02-02 22:39:06 +01:00
parent 329153fda6
commit 84870dbf2d

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