File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,11 @@ rm Segment.zip
18
18
rm Sovran.zip
19
19
rm Segment.sha256
20
20
rm Sovran.sha256
21
+ rm JSONSafeEncoder.zip
22
+ rm JSONSafeEncoder.sha256
21
23
22
24
echo " Building XCFrameworks ..."
23
25
24
- swift create-xcframework --clean --platform ios --platform macos --platform maccatalyst --platform tvos --platform watchos --stack-evolution --zip Segment Sovran
26
+ swift create-xcframework --clean --platform ios --platform macos --platform maccatalyst --platform tvos --platform watchos --stack-evolution --zip Segment Sovran JSONSafeEncoder
25
27
26
28
echo " Done."
Original file line number Diff line number Diff line change @@ -147,6 +147,8 @@ rm $tempFile
147
147
gh release upload $newVersion ${PRODUCT_NAME} .zip
148
148
gh release upload $newVersion ${PRODUCT_NAME} .sha256
149
149
150
- # SPECIAL CASE: We need to upload Sovran to save them time.
150
+ # SPECIAL CASE: We need to upload Sovran and JSONSafeEncoder to save them time.
151
151
gh release upload $newVersion Sovran.zip
152
152
gh release upload $newVersion Sovran.sha256
153
+ gh release upload $newVersion JSONSafeEncoder.zip
154
+ gh release upload $newVersion JSONSafeEncoder.sha256
You can’t perform that action at this time.
0 commit comments