Skip to content

Commit

Permalink
Copy the result to the current directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mpretty-cyro committed Sep 3, 2024
1 parent 047e94d commit 3ca77bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion prepare_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,11 @@ make_release() {
git commit -m "$commit_message"
git tag -m "$commit_message" "$new_version"

mv "${xcframework_zip}" "./GRDB.xcframework.zip"

cat <<- EOF
🎉 Release is to upload, archive at "${xcframework_zip}"
🎉 Release is to upload, archive at "./GRDB.xcframework.zip"
EOF
}

Expand Down

0 comments on commit 3ca77bc

Please sign in to comment.