From e13bd879db247dc94f2ad5162dc96908f180616d Mon Sep 17 00:00:00 2001 From: slawkens Date: Mon, 27 Jan 2025 22:04:54 +0100 Subject: [PATCH] Fix branch --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 7e157d6d..8c0cf875 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 master + git archive --format zip --output tmp/myaac.zip 0.8 cd tmp/ || exit