Skip to content

Commit 3378ba6

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into update-package-meta-data
2 parents 3654635 + 6264572 commit 3378ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/package_commands_comment

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ main() {
141141
debug_log "Found $(echo "${files}" | wc -l) changed files"
142142

143143
# Extract files associated with native add-ons:
144-
c_files=$(echo "${files}" | grep -e '/benchmark/c' -e '/examples/c' -e '/binding.gyp' -e '/include.gypi' -e '/src/')
144+
c_files=$(echo "${files}" | grep -e '/benchmark/c' -e '/examples/c' -e '/binding.gyp' -e '/include.gypi' -e '/src/' || true)
145145
if [[ -z "${c_files}" ]]; then
146146
debug_log "No native add-on files found"
147147
else

0 commit comments

Comments
 (0)