Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
michalziolkowski committed Mar 26, 2024
1 parent 6fc46bd commit eef2e6c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/cli/src/commands/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@ async function main(ghActionArgs?: GHActionArgs): Promise<MainOutput> {

const buildIndex = args.asyncUploadBuildIndex!;

console.log('asyncUpload', {
buildIndex,
projectIndex,
teamId,
uploadUrls,
androidS3Key: uploadUrls.android?.url,
iosS3Key: uploadUrls.ios?.url,
});

await client
.asyncUpload({
buildIndex,
Expand Down

0 comments on commit eef2e6c

Please sign in to comment.