Skip to content

Commit 030d15f

Browse files
committed
Fix branch name
1 parent b6b7592 commit 030d15f

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 develop
25+
git archive --format zip --output tmp/myaac.zip master
2626

2727
cd tmp/ || exit
2828

0 commit comments

Comments
 (0)