Skip to content

Commit 84870db

Browse files
committed
Update release.sh
1 parent 329153f commit 84870db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if [ $1 = "prepare" ]; then
2222
mkdir -p tmp
2323

2424
# get myaac from git archive
25-
git archive --format zip --output tmp/myaac.zip master
25+
git archive --format zip --output tmp/myaac.zip main
2626

2727
cd tmp/ || exit
2828

0 commit comments

Comments
 (0)