Skip to content

Commit 848e9fa

Browse files
committed
fix file extension log
1 parent 8934c4b commit 848e9fa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ export async function run(): Promise<void> {
2828
core.setFailed(
2929
`Invalid file extension for '${appPath}'. Please use one of the following:\n` +
3030
`- Android: .apk or .aab\n` +
31-
`- iOS: .ipa\n` +
32-
`- Both: .zip`
31+
`- iOS: .ipa or .zip(.xcarchive)`
3332
)
3433
return
3534
}

0 commit comments

Comments
 (0)