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.
2 parents 8934c4b + 848e9fa commit 614a04bCopy full SHA for 614a04b
1 file changed
src/main.ts
@@ -28,8 +28,7 @@ export async function run(): Promise<void> {
28
core.setFailed(
29
`Invalid file extension for '${appPath}'. Please use one of the following:\n` +
30
`- Android: .apk or .aab\n` +
31
- `- iOS: .ipa\n` +
32
- `- Both: .zip`
+ `- iOS: .ipa or .zip(.xcarchive)`
33
)
34
return
35
}
0 commit comments