Skip to content

Commit 59b29d7

Browse files
committed
another ipa find log
1 parent 886143a commit 59b29d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/SequenceSDK/Editor/TestflightUploadPostBuildScript.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public void OnPostprocessBuild(BuildReport report)
3636
File.WriteAllText(keyPath, privateKey);
3737

3838
var cmd = $"xcrun altool --upload-app -f \"{ipaFile}\" -t ios --apiKey {keyId} --apiIssuer {issuerId}";
39+
RunCommand("/bin/bash", $"-c \"find '{workspace}' -name '*.ipa'\"");
3940
RunCommand("/bin/bash", $"-c \"{cmd}\"");
4041
}
4142

0 commit comments

Comments
 (0)