Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
NoZiL committed Apr 27, 2024
1 parent 06b9d41 commit 73a7dd1
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 42 deletions.
117 changes: 76 additions & 41 deletions build/continuous-deploy-fingerprint/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/actions/continuous-deploy-fingerprint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export async function continuousDeployFingerprintAction(input = collectContinuou
config,
projectId,
updates,
builds: [android?.buildInfo, ios?.buildInfo].filter(Boolean),
builds: [android?.buildInfo, ios?.buildInfo].filter(e => e !== undefined) as BuildInfo[],
options: input,
});

Expand Down

0 comments on commit 73a7dd1

Please sign in to comment.