Skip to content

Commit 205ff2e

Browse files
committed
Fix xcframework upload script to use the correct version when uploading.
1 parent af7f1d2 commit 205ff2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ rm $tempFile
127127
./build.sh
128128

129129
# upload the release
130-
gh release upload $version Segment.xcframework.zip
130+
gh release upload $newVersion Segment.xcframework.zip

0 commit comments

Comments
 (0)