We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab5875 commit a9bc468Copy full SHA for a9bc468
scripts/release_sdk.sh
@@ -32,7 +32,7 @@ if [ ! -f "${scriptpath}/../carthage-files/Branch.zip" ]; then
32
exit 1
33
fi
34
35
-if [ ! -f "${scriptpath}/../carthage-files/Branch-static.zip"]; then
+if [ ! -f "${scriptpath}/../carthage-files/Branch_static.zip" ]; then
36
echo "Branch-static.zip not found"
37
38
0 commit comments