We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb87874 commit aa9e7bcCopy full SHA for aa9e7bc
workflow_helpers/relocate_build_binaries/index.js
@@ -39,7 +39,7 @@ const extractFilenames = (input) => {
39
.split('\n')
40
.map(JSON.parse)
41
// just the test binaries
42
- .filter(({ profile: { test } }) => test)
+ .filter(({ profile }) => profile?.test)
43
// we want to extra this field
44
.map(({ executable }) => executable)
45
// some json output might not have executable key
0 commit comments