File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -140,15 +140,16 @@ gh release create $newVersion -F $tempFile -t "Version $newVersion"
140140# remove the tempfile.
141141rm $tempFile
142142
143- # build up the xcframework to upload to github
144- ./build.sh
145-
146- # upload the release
147- gh release upload $newVersion ${PRODUCT_NAME} .zip
148- gh release upload $newVersion ${PRODUCT_NAME} .sha256
149-
150- # SPECIAL CASE: We need to upload Sovran and JSONSafeEncoding to save them time.
151- gh release upload $newVersion Sovran.zip
152- gh release upload $newVersion Sovran.sha256
153- gh release upload $newVersion JSONSafeEncoding.zip
154- gh release upload $newVersion JSONSafeEncoding.sha256
143+ # Not needed anymore.
144+ # # build up the xcframework to upload to github
145+ # ./build.sh
146+ #
147+ # # upload the release
148+ # gh release upload $newVersion ${PRODUCT_NAME}.zip
149+ # gh release upload $newVersion ${PRODUCT_NAME}.sha256
150+ #
151+ # # SPECIAL CASE: We need to upload Sovran and JSONSafeEncoding to save them time.
152+ # gh release upload $newVersion Sovran.zip
153+ # gh release upload $newVersion Sovran.sha256
154+ # gh release upload $newVersion JSONSafeEncoding.zip
155+ # gh release upload $newVersion JSONSafeEncoding.sha256
You can’t perform that action at this time.
0 commit comments