Skip to content

Commit 582ca99

Browse files
show progress for uploads
1 parent 6d8560b commit 582ca99

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59427,6 +59427,7 @@ async function UploadApp(projectRef) {
5942759427
'--bundle-short-version-string', projectRef.versionString,
5942859428
'--apiKey', projectRef.credential.appStoreConnectKeyId,
5942959429
'--apiIssuer', projectRef.credential.appStoreConnectIssuerId,
59430+
'--show-progress',
5943059431
'--output-format', 'json'
5943159432
];
5943259433
let output = '';

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/xcode.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,6 +1170,7 @@ export async function UploadApp(projectRef: XcodeProject) {
11701170
'--bundle-short-version-string', projectRef.versionString,
11711171
'--apiKey', projectRef.credential.appStoreConnectKeyId,
11721172
'--apiIssuer', projectRef.credential.appStoreConnectIssuerId,
1173+
'--show-progress',
11731174
'--output-format', 'json'
11741175
];
11751176

0 commit comments

Comments
 (0)