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 8934c4b commit 848e9faCopy full SHA for 848e9fa
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