From e605821358728936935bf442f38c721084017d43 Mon Sep 17 00:00:00 2001 From: Brandon Sneed Date: Mon, 13 Oct 2025 12:40:19 -0700 Subject: [PATCH] Update release script. --- release.sh | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/release.sh b/release.sh index 3bc204c2..177ac805 100755 --- a/release.sh +++ b/release.sh @@ -140,15 +140,16 @@ gh release create $newVersion -F $tempFile -t "Version $newVersion" # remove the tempfile. rm $tempFile -# build up the xcframework to upload to github -./build.sh - -# upload the release -gh release upload $newVersion ${PRODUCT_NAME}.zip -gh release upload $newVersion ${PRODUCT_NAME}.sha256 - -# SPECIAL CASE: We need to upload Sovran and JSONSafeEncoding to save them time. -gh release upload $newVersion Sovran.zip -gh release upload $newVersion Sovran.sha256 -gh release upload $newVersion JSONSafeEncoding.zip -gh release upload $newVersion JSONSafeEncoding.sha256 +# Not needed anymore. +## build up the xcframework to upload to github +#./build.sh +# +## upload the release +#gh release upload $newVersion ${PRODUCT_NAME}.zip +#gh release upload $newVersion ${PRODUCT_NAME}.sha256 +# +## SPECIAL CASE: We need to upload Sovran and JSONSafeEncoding to save them time. +#gh release upload $newVersion Sovran.zip +#gh release upload $newVersion Sovran.sha256 +#gh release upload $newVersion JSONSafeEncoding.zip +#gh release upload $newVersion JSONSafeEncoding.sha256