Skip to content

Commit 685bd73

Browse files
committed
changed ls logs
1 parent 66dce1c commit 685bd73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Assets/SequenceSDK/Editor/TestflightUploadPostBuildScript.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ 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", $"ls {ipaPath}");
39+
RunCommand("/bin/bash", $"-c \"ls -l {ipaPath}\"");
40+
RunCommand("/bin/bash", $"-c \"find '{exportPath}/..' -name '*.ipa'\"");
4041
RunCommand("/bin/bash", $"-c \"{cmd}\"");
4142
}
4243

0 commit comments

Comments
 (0)