Skip to content

Commit 614a04b

Browse files
Merge pull request #2 from hiilhan/feat/SP-201
fix file extension log
2 parents 8934c4b + 848e9fa commit 614a04b

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)