Skip to content

Commit 3ca77bc

Browse files
committed
Copy the result to the current directory
1 parent 047e94d commit 3ca77bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

prepare_release.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,11 @@ make_release() {
308308
git commit -m "$commit_message"
309309
git tag -m "$commit_message" "$new_version"
310310

311+
mv "${xcframework_zip}" "./GRDB.xcframework.zip"
312+
311313
cat <<- EOF
312314
313-
🎉 Release is to upload, archive at "${xcframework_zip}"
315+
🎉 Release is to upload, archive at "./GRDB.xcframework.zip"
314316
EOF
315317
}
316318

0 commit comments

Comments
 (0)